mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test: update test
This commit is contained in:
parent
bee1607248
commit
a41ba7bb6a
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ class TestAzureAnthropicStructuredOutput(BaseAnthropicMessagesStructuredOutputTe
|
|||
return "azure_ai/claude-opus-4-5"
|
||||
|
||||
def get_api_base(self) -> Optional[str]:
|
||||
return "https://krish-mh44t553-eastus2.services.ai.azure.com/"
|
||||
return "https://krris-mnb3t0vd-swedencentral.services.ai.azure.com"
|
||||
|
||||
def get_api_key(self) -> Optional[str]:
|
||||
return os.environ.get("AZURE_ANTHROPIC_API_KEY")
|
||||
return os.environ.get("AZURE_ANTHROPIC_API_KEY")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue