feat: Added CometAPI to LLM providers list

This commit is contained in:
TensorNull 2025-10-04 15:13:03 +08:00
parent cd4103861b
commit d87773d0a6
5 changed files with 56 additions and 0 deletions

View file

@ -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",