chore: add back OpenRouter request endpoint setting
This commit is contained in:
parent
429a319f93
commit
8fcb0f658d
@ -11,6 +11,16 @@
|
|||||||
"inputActions": ["unobscure", "copy"]
|
"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",
|
"key": "openrouter-model",
|
||||||
"title": "Model",
|
"title": "Model",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user