mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-02-23 17:59:49 +08:00
chore: update Provider
This commit is contained in:
parent
d357b45e84
commit
d3f0a77830
@ -118,7 +118,7 @@ export enum ServiceProvider {
|
||||
Stability = "Stability",
|
||||
Iflytek = "Iflytek",
|
||||
XAI = "XAI",
|
||||
GLM = "GLM",
|
||||
GLM = "ChatGLM",
|
||||
}
|
||||
|
||||
// Google API safety settings, see https://ai.google.dev/gemini-api/docs/safety-settings
|
||||
@ -142,7 +142,7 @@ export enum ModelProvider {
|
||||
Moonshot = "Moonshot",
|
||||
Iflytek = "Iflytek",
|
||||
XAI = "XAI",
|
||||
GLM = "GLM",
|
||||
GLM = "ChatGLM",
|
||||
}
|
||||
|
||||
export const Stability = {
|
||||
@ -525,9 +525,9 @@ export const DEFAULT_MODELS = [
|
||||
available: true,
|
||||
sorted: seq++,
|
||||
provider: {
|
||||
id: "glm",
|
||||
providerName: "GLM",
|
||||
providerType: "glm",
|
||||
id: "chatglm",
|
||||
providerName: "ChatGLM",
|
||||
providerType: "chatglm",
|
||||
sorted: 12,
|
||||
},
|
||||
})),
|
||||
|
Loading…
Reference in New Issue
Block a user