-
Notifications
You must be signed in to change notification settings - Fork 672
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: add Requesty Router as a Provider #1365
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.
This looks good! I haven't used requesty before, I would recommend we add a test case to tests/provider.rs to confirm this works in an integration test?
}, | ||
"requesty": { | ||
"name": "Requesty", | ||
"description": "Access OpenAI models through Requesty Router", |
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.
nit: sounds like more than just OpenAI models?
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.
@baxen we offer mode than OpenAI models but our API is Openai compatible
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.
@baxen added the test!
@@ -47,6 +47,8 @@ export const openrouter_models = ['anthropic/claude-3.5-sonnet']; | |||
|
|||
export const azure_openai_models = ['gpt-4o']; | |||
|
|||
export const requesty_models = ['gpt-4']; |
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.
nit: mismatch with the default being claude sonnet in the other file?
We have +20 users who have requested an integration between Requesty and Goose.
I have fully tested with multiple models and everything is working!