Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Llama3.1 Function Calling + New Tools #59

Merged
merged 5 commits into from
Aug 3, 2024

Conversation

andthattoo
Copy link
Contributor

Add Meta-Llama Function Calling Pipeline and Integrate New Tools

Updates:

Meta-Llama Function Calling Pipeline:

Implemented a function calling pipeline for Llama3.1 models.

Tool Naming

Standardized tool names to use underscores.

Tests

Added several new tests to ensure functionality and reliability.

New Built-in Tools

Integrated serper and browserless as built-in tools.

These updates enhance the codebase by introducing a new function calling pipeline, improving naming consistency, expanding test coverage, and adding valuable new tools.

@andthattoo
Copy link
Contributor Author

hey @pepperoni21
added llama3.1 function calling pipeline! Let me know when we can merge it :)

@erhant
Copy link
Contributor

erhant commented Jul 31, 2024

would love to see this merged 🙏🏻

@pepperoni21
Copy link
Owner

Will do later in the day! :)

@thisismz
Copy link

thisismz commented Aug 1, 2024

Add example for Llama 3.1 Function Calling and new tools

Please provide an example demonstrating the usage of the new Function Calling feature for Llama 3.1 and the newly added tools. This will help users understand how to implement and utilize these new capabilities in their projects.

@andthattoo
Copy link
Contributor Author

hey @thisismz , there are examples in the test folder. We may add detailed examples once the detailed documentation is ready tho

@pepperoni21 pepperoni21 merged commit d014cda into pepperoni21:master Aug 3, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants