Skip to content

Commit

Permalink
add mistralai/mistral-large-2-instruct to set of supported chat + too…
Browse files Browse the repository at this point in the history
…l + structured output models
  • Loading branch information
mattf committed Aug 9, 2024
1 parent 9fbdd1b commit 9083688
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ def validate_client(cls, client: str, values: dict) -> str:
model_type="chat",
client="ChatNVIDIA",
),
"mistralai/mistral-large-2-instruct": Model(
id="mistralai/mistral-large-2-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_tools=True,
supports_structured_output=True,
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit 9083688

Please sign in to comment.