Skip to content

Commit

Permalink
Merge branch 'main' into add-chat-tool-calling
Browse files Browse the repository at this point in the history
  • Loading branch information
mattf committed Jul 23, 2024
2 parents f743d78 + bb67c4f commit e625e56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,21 @@ def validate_client(cls, client: str, values: dict) -> str:
model_type="chat",
client="ChatNVIDIA",
),
"meta/llama-3.1-8b-instruct": Model(
id="meta/llama-3.1-8b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
"meta/llama-3.1-70b-instruct": Model(
id="meta/llama-3.1-70b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
"meta/llama-3.1-405b-instruct": Model(
id="meta/llama-3.1-405b-instruct",
model_type="chat",
client="ChatNVIDIA",
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit e625e56

Please sign in to comment.