mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-28 20:31:16 +00:00
Rename moonshot provider key to moonshotai
This commit is contained in:
@@ -611,7 +611,7 @@ export class ChatCompletionDriver extends PuterDriver {
|
||||
|
||||
const moonshotKey = readKey(providers['moonshot']);
|
||||
if (moonshotKey) {
|
||||
this.#providers['moonshot'] = new MoonshotProvider(
|
||||
this.#providers['moonshotai'] = new MoonshotProvider(
|
||||
{ apiKey: moonshotKey },
|
||||
metering,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user