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

View File

@@ -9,7 +9,7 @@
"name": "Anthropic",
"description": "Use Claude and other Anthropic models",
"models": ["claude-3.5-sonnet-2"],
"required_keys": ["ANTHROPIC_API_KEY"]
"required_keys": ["ANTHROPIC_API_KEY", "ANTHROPIC_HOST"]
},
"databricks": {
"name": "Databricks",