allow custom claude api url (#644)

This commit is contained in:
josc146
2024-03-23 16:18:31 +08:00
parent e2ec8ac2e6
commit 74bcba8fcc
16 changed files with 40 additions and 14 deletions
+1
View File
@@ -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',