mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
Merge remote-tracking branch 'upstream/main' into dev
# Conflicts: # app/api/auth.ts # app/client/platforms/openai.ts # app/components/settings.tsx # app/config/server.ts # app/constant.ts # app/locales/pt.ts # app/locales/sk.ts # app/locales/tw.ts # app/store/chat.ts
This commit is contained in:
@@ -135,6 +135,10 @@ if (mode !== "export") {
|
||||
source: "/api/proxy/openai/:path*",
|
||||
destination: "https://api.openai.com/:path*",
|
||||
},
|
||||
{
|
||||
source: "/api/proxy/anthropic/:path*",
|
||||
destination: "https://api.anthropic.com/:path*",
|
||||
},
|
||||
{
|
||||
source: "/google-fonts/:path*",
|
||||
destination: "https://fonts.googleapis.com/:path*",
|
||||
|
||||
Reference in New Issue
Block a user