-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add aisuite
support
#29
Add aisuite
support
#29
Conversation
Co-authored-by: Caleb Fahlgren <cfahlgren1@gmail.com>
Pushed a tiny commit to fix comment for an example |
Co-authored-by: Caleb Fahlgren <cfahlgren1@gmail.com>
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.
I wonder since aisuite implements openai if we don't necessarily need this and_ can just show an example with
unless you think the alias is useful? |
@cfahlgren1 I assume it still routes the logic to other LLM providers and does some of the mappings to the OpenAI schema for us, so I would say it is nice to add. Similarly to |
aisuite
examples/observers
execution. We can consider extending this tostores
but this would require a bit more mocking efforts.