mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test: skip flaky tests
This commit is contained in:
parent
d1dea7c87d
commit
a23fbe4d25
3 changed files with 2 additions and 9 deletions
|
@ -26,13 +26,6 @@ model_list = [{
|
|||
"model": "together_ai/mistralai/Mistral-7B-Instruct-v0.1",
|
||||
"api_key": os.getenv("TOGETHERAI_API_KEY"),
|
||||
}
|
||||
}, {
|
||||
"model_name": "mistral-7b-instruct",
|
||||
"litellm_params": { # params for litellm completion/embedding call
|
||||
"model": "mistral-7b-instruct",
|
||||
"api_base": "https://api.perplexity.ai",
|
||||
"api_key": os.getenv("PERPLEXITYAI_API_KEY")
|
||||
}
|
||||
}, {
|
||||
"model_name": "mistral-7b-instruct",
|
||||
"litellm_params": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue