|
@@ -178,6 +178,7 @@ export const SECRET_STATE_KEYS = [
|
|
|
"openAiNativeApiKey",
|
|
"openAiNativeApiKey",
|
|
|
"cerebrasApiKey",
|
|
"cerebrasApiKey",
|
|
|
"deepSeekApiKey",
|
|
"deepSeekApiKey",
|
|
|
|
|
+ "doubaoApiKey",
|
|
|
"moonshotApiKey",
|
|
"moonshotApiKey",
|
|
|
"mistralApiKey",
|
|
"mistralApiKey",
|
|
|
"unboundApiKey",
|
|
"unboundApiKey",
|
|
@@ -193,6 +194,7 @@ export const SECRET_STATE_KEYS = [
|
|
|
"codebaseIndexMistralApiKey",
|
|
"codebaseIndexMistralApiKey",
|
|
|
"huggingFaceApiKey",
|
|
"huggingFaceApiKey",
|
|
|
"sambaNovaApiKey",
|
|
"sambaNovaApiKey",
|
|
|
|
|
+ "zaiApiKey",
|
|
|
"fireworksApiKey",
|
|
"fireworksApiKey",
|
|
|
"ioIntelligenceApiKey",
|
|
"ioIntelligenceApiKey",
|
|
|
] as const satisfies readonly (keyof ProviderSettings)[]
|
|
] as const satisfies readonly (keyof ProviderSettings)[]
|