Change "chat.openai.com" to "chatgpt.com"

This commit is contained in:
Anan
2024-05-08 17:24:52 +08:00
committed by josc146
parent e2fcabba74
commit b494193eb5
20 changed files with 87 additions and 87 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ export const defaultConfig = {
maxResponseTokenLength: 1000,
maxConversationContextLength: 9,
temperature: 1,
customChatGptWebApiUrl: 'https://chat.openai.com',
customChatGptWebApiUrl: 'https://chatgpt.com',
customChatGptWebApiPath: '/backend-api/conversation',
customOpenAiApiUrl: 'https://api.openai.com',
customClaudeApiUrl: 'https://api.anthropic.com',