Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Thibault00
Copy link

We have +20 users who have requested an integration between Requesty and Goose.

I have fully tested with multiple models and everything is working!

image

Copy link
Collaborator

@baxen baxen left a 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",
Copy link
Collaborator

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?

Copy link
Author

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

Copy link
Author

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'];
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants