Merge branch 'feat/agents-new' of https://github.com/CherryHQ/cherry-studio into feat/agents-new

This commit is contained in:
suyao 2025-09-22 16:02:20 +08:00
commit 335bf47dbd
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "CherryStudio",
"version": "1.6.0-rc.3",
"version": "1.7.0-alpha.1",
"private": true,
"description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js",

View File

@ -72,6 +72,7 @@ export function getSdkClient(provider: Provider, oauthToken?: string | null): An
}
return new Anthropic({
apiKey: provider.apiKey,
authToken: provider.apiKey,
baseURL: provider.apiHost,
dangerouslyAllowBrowser: true,
defaultHeaders: {