Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
glay
2024-11-06 18:19:14 +08:00
committed by GitHub
3 changed files with 58 additions and 54 deletions

View File

@@ -237,7 +237,7 @@ export const XAI = {
export const ChatGLM = {
ExampleEndpoint: CHATGLM_BASE_URL,
ChatPath: "/api/paas/v4/chat/completions",
ChatPath: "api/paas/v4/chat/completions",
};
export const Bedrock = {