From 09b42c6c1598977335870c9f50be7ff38b755cda Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Mon, 12 Aug 2024 21:31:32 +0800 Subject: [PATCH] feat: enable anthropic api host edit --- src/renderer/src/config/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/config/provider.ts b/src/renderer/src/config/provider.ts index 762f40565f..c01e276f8e 100644 --- a/src/renderer/src/config/provider.ts +++ b/src/renderer/src/config/provider.ts @@ -222,7 +222,7 @@ export const PROVIDER_CONFIG = { anthropic: { api: { url: 'https://api.anthropic.com/', - editable: false + editable: true }, websites: { official: 'https://anthropic.com/',