feat: add ANTHROPIC_HOST configuration for Anthropic in cli and UI (#1776)

This commit is contained in:
Denis Buzmakov
2025-04-02 22:36:47 +02:00
committed by GitHub
parent a923d24f27
commit fc230ded9b
6 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ impl Provider for AnthropicProvider {
ConfigKey::new("ANTHROPIC_API_KEY", true, true, None),
ConfigKey::new(
"ANTHROPIC_HOST",
false,
true,
false,
Some("https://api.anthropic.com"),
),