Skip to content

Commit

Permalink
add tool support for meta/llama-3.1-8b-instruct, meta/llama-3.1-70b-i…
Browse files Browse the repository at this point in the history
…nstruct & meta/llama-3.1-405b-instruct
  • Loading branch information
mattf committed Jul 23, 2024
1 parent e625e56 commit a26088e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/ai-endpoints/langchain_nvidia_ai_endpoints/_statics.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,16 +289,19 @@ def validate_client(cls, client: str, values: dict) -> str:
id="meta/llama-3.1-8b-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_tools=True,
),
"meta/llama-3.1-70b-instruct": Model(
id="meta/llama-3.1-70b-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_tools=True,
),
"meta/llama-3.1-405b-instruct": Model(
id="meta/llama-3.1-405b-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_tools=True,
),
}

Expand Down

0 comments on commit a26088e

Please sign in to comment.