mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 01:02:39 +02:00
fix: biome check
This commit is contained in:
parent
1ebc31bbad
commit
4ce4dfe9b8
1 changed files with 6 additions and 6 deletions
|
|
@ -112,12 +112,12 @@ const LLM_PROVIDERS = [
|
||||||
example: "meta/llama-2-70b-chat",
|
example: "meta/llama-2-70b-chat",
|
||||||
description: "Run models via API",
|
description: "Run models via API",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "OPENROUTER",
|
value: "OPENROUTER",
|
||||||
label: "OpenRouter",
|
label: "OpenRouter",
|
||||||
example: "anthropic/claude-opus-4.1, openai/gpt-5",
|
example: "anthropic/claude-opus-4.1, openai/gpt-5",
|
||||||
description: "API gateway and LLM marketplace that provides unified access ",
|
description: "API gateway and LLM marketplace that provides unified access ",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "CUSTOM",
|
value: "CUSTOM",
|
||||||
label: "Custom Provider",
|
label: "Custom Provider",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue