Skip to content

Commit

Permalink
add abacusai/dracarys-llama-3.1-70b-instruct to set of supported chat…
Browse files Browse the repository at this point in the history
… models
  • Loading branch information
mattf committed Sep 16, 2024
1 parent 8d83a81 commit 4321bf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,11 @@ def validate_client(cls, client: str, values: dict) -> str:
model_type="chat",
client="ChatNVIDIA",
),
"abacusai/dracarys-llama-3.1-70b-instruct": Model(
id="abacusai/dracarys-llama-3.1-70b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit 4321bf9

Please sign in to comment.