Skip to content

Commit

Permalink
add institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1 an…
Browse files Browse the repository at this point in the history
…d institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1 to set of known chat models
  • Loading branch information
mattf committed Oct 8, 2024
1 parent c19b5fe commit f0db608
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,18 @@ def validate_client(self) -> "Model":
client="ChatNVIDIA",
supports_structured_output=True,
),
"institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1": Model(
id="institute-of-science-tokyo/llama-3.1-swallow-8b-instruct-v0.1",
model_type="chat",
client="ChatNVIDIA",
supports_structured_output=True,
),
"institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1": Model(
id="institute-of-science-tokyo/llama-3.1-swallow-70b-instruct-v0.1",
model_type="chat",
client="ChatNVIDIA",
supports_structured_output=True,
),
}

QA_MODEL_TABLE = {
Expand Down

0 comments on commit f0db608

Please sign in to comment.