Skip to content

Commit

Permalink
chore: update Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
DDMeaqua committed Oct 31, 2024
1 parent d357b45 commit d3f0a77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -142,7 +142,7 @@ export enum ModelProvider {
Moonshot = "Moonshot",
Iflytek = "Iflytek",
XAI = "XAI",
GLM = "GLM",
GLM = "ChatGLM",
}

export const Stability = {
Expand Down Expand Up @@ -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,
},
})),
Expand Down

0 comments on commit d3f0a77

Please sign in to comment.