mirror of
https://github.com/andrewyng/openworker.git
synced 2026-09-10 22:20:27 +00:00
Add Meta Model API provider with Muse Spark 1.1
This commit is contained in:
@@ -18,11 +18,13 @@ import mistral from "./logos/mistral.svg";
|
||||
import qwen from "./logos/qwen.svg";
|
||||
import minimax from "./logos/minimax.svg";
|
||||
import xai from "./logos/xai.svg";
|
||||
import meta from "./logos/meta.svg";
|
||||
|
||||
export const PROVIDER_LOGOS: Record<string, string> = {
|
||||
anthropic,
|
||||
openai,
|
||||
gemini,
|
||||
meta,
|
||||
ollama,
|
||||
fireworks,
|
||||
together,
|
||||
@@ -39,6 +41,7 @@ export const PROVIDER_ORDER = [
|
||||
"anthropic",
|
||||
"openai",
|
||||
"gemini",
|
||||
"meta",
|
||||
"ollama",
|
||||
"fireworks",
|
||||
"together",
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user