chore: add back OpenRouter request endpoint setting

This commit is contained in:
Louis 2024-08-22 16:42:25 +07:00
parent 429a319f93
commit 8fcb0f658d
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

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