mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
feat: Added CometAPI to LLM providers list
This commit is contained in:
parent
cd4103861b
commit
d87773d0a6
5 changed files with 56 additions and 0 deletions
|
|
@ -118,6 +118,12 @@ const LLM_PROVIDERS = [
|
|||
example: "anthropic/claude-opus-4.1, openai/gpt-5",
|
||||
description: "API gateway and LLM marketplace that provides unified access ",
|
||||
},
|
||||
{
|
||||
value: "COMETAPI",
|
||||
label: "CometAPI",
|
||||
example: "gpt-5-mini, claude-sonnet-4-5",
|
||||
description: "500+ AI models through one unified API",
|
||||
},
|
||||
{
|
||||
value: "CUSTOM",
|
||||
label: "Custom Provider",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue