-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feat/agent frame mul llm #112
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bit more complicated than I was thinking but should work for now, we can rethink structures and config ease later. I left a few comments on the models.
Yea it is a bit complex, but I tried to make it type-safe and string-free. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This PR is following the issue #105
Anthropic and open ai work well. However, it is a different story for llama. The problem is: my running model is weak and too small, and the model cannot handle parsing jsons very well.
I started to write a script to optimize the parsing and help the model but it is time consuming.