Rename moonshot provider key to moonshotai

This commit is contained in:
jelveh
2026-05-04 21:43:31 -07:00
parent 69365cbae4
commit 3a252fb948
@@ -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,
);