Skip to content

Commit

Permalink
add nvidia/mistral-nemo-minitron-8b-8k-instruct to set of known chat …
Browse files Browse the repository at this point in the history
…models
  • Loading branch information
mattf committed Oct 7, 2024
1 parent 214cd34 commit c19b5fe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,12 @@ def validate_client(self) -> "Model":
supports_tools=True,
supports_structured_output=True,
),
"nvidia/mistral-nemo-minitron-8b-8k-instruct": Model(
id="nvidia/mistral-nemo-minitron-8b-8k-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_structured_output=True,
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit c19b5fe

Please sign in to comment.