feat: Add OpenAI provider support
This commit is contained in:
@@ -24,6 +24,11 @@ export const OAI_API_PROVIDERS = [
|
||||
value: "together",
|
||||
baseUrl: "https://api.together.xyz/v1"
|
||||
},
|
||||
{
|
||||
label: "OpenRouter",
|
||||
value: "openrouter",
|
||||
baseUrl: "https://openrouter.ai/api/v1"
|
||||
},
|
||||
{
|
||||
label: "Custsom",
|
||||
value: "custom",
|
||||
|
||||
Reference in New Issue
Block a user