Skip to content

Commit

Permalink
Merge pull request #130 from mattf/update-llama-3.3-tool-support
Browse files Browse the repository at this point in the history
record meta/llama-3.3-70b-instruct's support for tools
  • Loading branch information
mattf authored Jan 10, 2025
2 parents aed0964 + 71b025c commit 34b5c42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def validate_client(self) -> "Model":
id="meta/llama-3.3-70b-instruct",
model_type="chat",
client="ChatNVIDIA",
supports_tools=True,
supports_structured_output=True,
),
}
Expand Down

0 comments on commit 34b5c42

Please sign in to comment.