mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2026-04-29 06:24:24 +08:00
修改: app/components/settings.tsx
修改: app/components/ui-lib.tsx 修改: app/constant.ts 修改: app/utils/encryption.ts
This commit is contained in:
@@ -121,8 +121,8 @@ export enum ServiceProvider {
|
||||
Stability = "Stability",
|
||||
Iflytek = "Iflytek",
|
||||
XAI = "XAI",
|
||||
Bedrock = "Bedrock",
|
||||
ChatGLM = "ChatGLM",
|
||||
Bedrock = "Bedrock",
|
||||
}
|
||||
|
||||
// Google API safety settings, see https://ai.google.dev/gemini-api/docs/safety-settings
|
||||
@@ -136,7 +136,6 @@ export enum GoogleSafetySettingsThreshold {
|
||||
|
||||
export enum ModelProvider {
|
||||
Stability = "Stability",
|
||||
Bedrock = "Bedrock",
|
||||
GPT = "GPT",
|
||||
GeminiPro = "GeminiPro",
|
||||
Claude = "Claude",
|
||||
@@ -148,6 +147,7 @@ export enum ModelProvider {
|
||||
Iflytek = "Iflytek",
|
||||
XAI = "XAI",
|
||||
ChatGLM = "ChatGLM",
|
||||
Bedrock = "Bedrock",
|
||||
}
|
||||
|
||||
export const Stability = {
|
||||
|
||||
Reference in New Issue
Block a user