Merge pull request #3441 from janhq/chore/add-back-openrouter-endpoint-setting
chore: add back OpenRouter request endpoint setting
This commit is contained in:
commit
aaeb18cd59
@ -11,6 +11,16 @@
|
||||
"inputActions": ["unobscure", "copy"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "chat-completions-endpoint",
|
||||
"title": "Chat Completions Endpoint",
|
||||
"description": "The endpoint to use for chat completions. See the [OpenRouter API documentation](https://openrouter.ai/docs/requests) for more information.",
|
||||
"controllerType": "input",
|
||||
"controllerProps": {
|
||||
"placeholder": "https://openrouter.ai/api/v1/chat/completions",
|
||||
"value": "https://openrouter.ai/api/v1/chat/completions"
|
||||
}
|
||||
},
|
||||
{
|
||||
"key": "openrouter-model",
|
||||
"title": "Model",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user