forked from phoenix/litellm-mirror
fix test for wildcard routing
This commit is contained in:
parent
341e098c32
commit
6b03998e32
2 changed files with 2 additions and 1 deletions
|
@ -209,6 +209,7 @@ jobs:
|
||||||
-e MISTRAL_API_KEY=$MISTRAL_API_KEY \
|
-e MISTRAL_API_KEY=$MISTRAL_API_KEY \
|
||||||
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
|
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
|
||||||
-e GROQ_API_KEY=$GROQ_API_KEY \
|
-e GROQ_API_KEY=$GROQ_API_KEY \
|
||||||
|
-e ANTHROPIC_API_KEY=$ANTHROPIC_API_KEY \
|
||||||
-e COHERE_API_KEY=$COHERE_API_KEY \
|
-e COHERE_API_KEY=$COHERE_API_KEY \
|
||||||
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
|
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
|
||||||
-e AWS_REGION_NAME=$AWS_REGION_NAME \
|
-e AWS_REGION_NAME=$AWS_REGION_NAME \
|
||||||
|
|
|
@ -23,7 +23,7 @@ from litellm import RateLimitError, Timeout, completion, completion_cost, embedd
|
||||||
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
|
from litellm.llms.custom_httpx.http_handler import AsyncHTTPHandler, HTTPHandler
|
||||||
from litellm.llms.prompt_templates.factory import anthropic_messages_pt
|
from litellm.llms.prompt_templates.factory import anthropic_messages_pt
|
||||||
|
|
||||||
# litellm.num_retries = 3
|
# litellm.num_retries=3
|
||||||
litellm.cache = None
|
litellm.cache = None
|
||||||
litellm.success_callback = []
|
litellm.success_callback = []
|
||||||
user_message = "Write a short poem about the sky"
|
user_message = "Write a short poem about the sky"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue