Automatically discover and configure Bifrost-backed LLM providers#569
Draft
Automatically discover and configure Bifrost-backed LLM providers#569
Conversation
Co-authored-by: Christopher Speller <crspeller@users.noreply.github.com>
Co-authored-by: Christopher Speller <crspeller@users.noreply.github.com>
Co-authored-by: Christopher Speller <crspeller@users.noreply.github.com>
Co-authored-by: Christopher Speller <crspeller@users.noreply.github.com>
Contributor
|
Cursor Agent can help with this pull request. Just |
🤖 LLM Evaluation ResultsOpenAI
❌ Failed EvaluationsShow 1 failuresOPENAI1. TestReactEval/[openai]_react_cat_message
Anthropic✅ Overall: 19/19 tests passed (100.0%)
This comment was automatically generated by the eval CI pipeline. |
Co-authored-by: Christopher Speller <crspeller@users.noreply.github.com>
|
Creating a Plugin SpinWick test server |
|
Plugin Spinwick PR #569 🎉 Test server created! Access here: https://agents-pr-569-auqk4.test.mattermost.cloud
Installation ID: Credentials: Posted securely in this Mattermost channel - Look for PR #569 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR updates the plugin to derive supported LLM backends from Bifrost instead of a plugin-maintained allowlist.
Key changes:
schemas.StandardProvidersopenaicompatibleconvenience option while adding advanced Bifrost passthrough fields for provider-specific setup:bifrostKeyJSONbifrostProviderConfigJSONserviceType,apiKey,apiURL, andorgIDasagereferencesValidation performed:
cd /workspace/webapp && npm run check-typesdocker run --rm -v /workspace:/workspace -w /workspace golang:tip go test ./llm/... ./bifrost/...docker run --rm -v /workspace:/workspace -w /workspace golang:tip go test ./api/... ./server/...cd /workspace/e2e && npx playwright test tests/system-console/service-management-ui.spec.ts --reporter=listTicket Link
NONE
Screenshots
NONE
Release Note