Skip to content

Commit

Permalink
add mistral-large and mixtral-8x22b to the set of known models
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Apr 17, 2024
1 parent 92af5f5 commit 268f791
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@ class Model(BaseModel):
"model_name": "google/recurrentgemma-2b",
},
"ai-gemma-2b": {"model_type": "chat", "model_name": "google/gemma-2b"},
"ai-mistral-large": {
"model_type": "chat",
"model_name": "mistralai/mistral-large",
},
"ai-mixtral-8x22b": {
"model_type": "completion",
"model_name": "mistralai/mixtral-8x22b-v0.1",
},
}
)

Expand Down

0 comments on commit 268f791

Please sign in to comment.