-
Notifications
You must be signed in to change notification settings - Fork 737
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
third party model support for genesis command #173
base: main
Are you sure you want to change the base?
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.
Great job! Left minor comments.
I believe astra-assistants requires an API key to be operational: And/Or (not sure either both or one of the other) you will need to host your own astra-assistants API server locally and point the python client to that server: @phact ? Not sure if I've read the code correctly but these changes should also allow for:
|
@rhessing correct, if you choose a non-openai model (like And yes, you can optionally host astra-assistants yourself and pass |
Thank you, @phact! I’ll merge this as soon as I test it. |
Addresses #160
Usage example (for claude but usage is similar for other providers):
Or set your creds in
.env