mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-17 11:16:43 +08:00
Change "chat.openai.com" to "chatgpt.com"
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user