* feat: add extesion settings Signed-off-by: James <james@jan.ai> --------- Signed-off-by: James <james@jan.ai> Co-authored-by: James <james@jan.ai> Co-authored-by: Louis <louis@jan.ai>
24 lines
634 B
JSON
24 lines
634 B
JSON
[
|
|
{
|
|
"key": "chat-completions-endpoint",
|
|
"title": "Chat Completions Endpoint",
|
|
"description": "The endpoint to use for chat completions.",
|
|
"controllerType": "input",
|
|
"controllerProps": {
|
|
"placeholder": "Chat Completions Endpoint",
|
|
"value": "http://localhost:8000/v2/models/tensorrt_llm_bls/generate"
|
|
}
|
|
},
|
|
{
|
|
"key": "tritonllm-api-key",
|
|
"title": "Triton LLM API Key",
|
|
"description": "The Triton LLM API uses API keys for authentication.",
|
|
"controllerType": "input",
|
|
"controllerProps": {
|
|
"placeholder": "API Key",
|
|
"value": "",
|
|
"type": "password"
|
|
}
|
|
}
|
|
]
|