mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 03:46:25 +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
|
|
@ -100,6 +100,7 @@ class LiteLLMProvider(str, Enum):
|
|||
NLPCLOUD = "NLPCLOUD"
|
||||
ALEPH_ALPHA = "ALEPH_ALPHA"
|
||||
PETALS = "PETALS"
|
||||
COMETAPI = "COMETAPI"
|
||||
CUSTOM = "CUSTOM"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue