-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Add Llama API Support #1820
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
base: main
Are you sure you want to change the base?
Add Llama API Support #1820
Conversation
Hello MetaGPT team! I'm a Partner Engineer on the GenAI team at Meta. Llama API was launched yesterday at LlamaCon (article) and it would be great for MetaGPT user's to use Llama API as well! You can get access to Llama API using the waitlist form if you haven't done so already. Help Required: I've created this PR to support Llama API however I am unable to run this because of issue with initial set-ups (#1819). It would be great to get support on this issue. Thanks, cc: @WuhanMonkey |
Adding @better629 (see from previous PRs) if you can help take a look at the issue and PR. Also is a contributor license agreement needed here? Thank you! |
Hello @better629 and @XiangJinyu! A friendly ping here to help with #1819 so we can look into testing the PR? Thank you! |
Added documentation in PR here: geekan/MetaGPT-docs#182 . cc: @better629 , @XiangJinyu, @geekan - I would really appreciate your review. Thank you! |
@better629 the unit test is unclear for me. Can you share more details on how to help resolve? As I put in the PR description, I am able to run hello_world.py now and get appropriate results. |
@cmodi-meta |
In these cases, I've noticed some issues with json parsing. For a baseline set-up, I've tried to used other models and continue to run into issues (#1819). Can you help on this issue to unblock my set-up? |
Features
The changes in the PR are to add Llama API support with the openai spec compat endpoint.
This includes the support for the following models:
I'm unable to run because of the issue here: #1819
I can run hello_world.py test with a llama api configured yaml file. I get the following results:
Feature Docs
(geekan/MetaGPT-docs#182)
Result
Other