mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
exposing a model list in init
This commit is contained in:
parent
71d9917655
commit
70b5942c4d
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ anthropic_models = [
|
||||||
"claude-instant-1"
|
"claude-instant-1"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
model_list = open_ai_chat_completion_models + open_ai_text_completion_models + cohere_models + anthropic_models
|
||||||
|
|
||||||
####### EMBEDDING MODELS ###################
|
####### EMBEDDING MODELS ###################
|
||||||
open_ai_embedding_models = [
|
open_ai_embedding_models = [
|
||||||
'text-embedding-ada-002'
|
'text-embedding-ada-002'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue