diff --git a/src/renderer/src/store/migrate.ts b/src/renderer/src/store/migrate.ts index d15fe05cb0..7233d2c951 100644 --- a/src/renderer/src/store/migrate.ts +++ b/src/renderer/src/store/migrate.ts @@ -2765,7 +2765,7 @@ const migrateConfig = { provider.anthropicApiHost = 'https://aihubmix.com' break case 'new-api': - provider.anthropicApiHost = 'http://localhost:3000' + provider.anthropicApiHost = provider.apiHost break case 'grok': provider.anthropicApiHost = 'https://api.x.ai'