mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-08-12 11:50:13 +08:00
allow custom claude api url (#644)
This commit is contained in:
@@ -231,6 +231,7 @@ export const defaultConfig = {
|
||||
customChatGptWebApiUrl: 'https://chat.openai.com',
|
||||
customChatGptWebApiPath: '/backend-api/conversation',
|
||||
customOpenAiApiUrl: 'https://api.openai.com',
|
||||
customClaudeApiUrl: 'https://api.anthropic.com',
|
||||
disableWebModeHistory: true,
|
||||
hideContextMenu: false,
|
||||
siteRegex: 'match nothing',
|
||||
|
||||
Reference in New Issue
Block a user