-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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(blocks): Add Open Router integration with a large selection of new models #8653
Open
Torantulino
wants to merge
5
commits into
dev
Choose a base branch
from
toran/open-2037-implement-open-router-llms
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+91
−3
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Added support for Open Router integration credentials in the Supabase integration credentials store. - Updated the LLM provider field to include "open_router" as a valid provider option. - Added Open Router API key field to the backend settings. - Updated the profile page to display the Open Router integration credentials. - Updated the credentials input and provider components to include Open Router as a provider option. - Updated the autogpt-server-api types to include "open_router" as a provider name. - Updated the LLM provider schema to include "open_router" as a valid provider name. - Added GEMINI_FLASH_1_5_8B as the first Open Router LLM
Torantulino
requested review from
Pwuts and
Bentlybro
and removed request for
a team
November 14, 2024 20:36
This PR targets the Automatically setting the base branch to |
github-actions
bot
added
Forge
platform/frontend
AutoGPT Platform - Front end
platform/backend
AutoGPT Platform - Back end
platform/blocks
size/m
labels
Nov 14, 2024
✅ Deploy Preview for auto-gpt-docs canceled.
|
Torantulino
changed the title
feat(blocks): Add Open Router integration credentials
feat(blocks): Add Open Router integration with a selection of new models
Nov 14, 2024
Torantulino
changed the title
feat(blocks): Add Open Router integration with a selection of new models
feat(blocks): Add Open Router integration with a large selection of new models
Nov 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Forge
platform/backend
AutoGPT Platform - Back end
platform/blocks
platform/frontend
AutoGPT Platform - Front end
size/m
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR Adds support for Open Router as an LLM provider. This platform allows us to easily support any LLM without further integration effort.
Changes:
New LLMs in this PR:
Thanks @OpenRouterTeam <3