* Add new feat: Inference Mistral extension * change settings * nitpicking fix * fix model position and add mistral registerModel * remove irrelevant changes * change desc of mistral medium Co-authored-by: Louis <louis@jan.ai> * change desc of mistral small Co-authored-by: Louis <louis@jan.ai> * change desc of mistral large Co-authored-by: Louis <louis@jan.ai> * remove unpopular mistral model * replace placeholder * sort remaining models using size --------- Co-authored-by: Jack Tri Le <Jack> Co-authored-by: Louis <louis@jan.ai>
24 lines
866 B
JSON
24 lines
866 B
JSON
[
|
|
{
|
|
"key": "chat-completions-endpoint",
|
|
"title": "Chat Completions Endpoint",
|
|
"description": "The endpoint to use for chat completions. See the [Mistral API documentation](https://docs.mistral.ai/api/#operation/createChatCompletion) for more information.",
|
|
"controllerType": "input",
|
|
"controllerProps": {
|
|
"placeholder": "Chat Completions Endpoint",
|
|
"value": "https://api.mistral.ai/v1/chat/completions"
|
|
}
|
|
},
|
|
{
|
|
"key": "mistral-api-key",
|
|
"title": "API Key",
|
|
"description": "The Mistral API uses API keys for authentication. Visit your [API Keys](https://console.mistral.ai/api-keys/) page to retrieve the API key you'll use in your requests.",
|
|
"controllerType": "input",
|
|
"controllerProps": {
|
|
"placeholder": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
"value": "",
|
|
"type": "password"
|
|
}
|
|
}
|
|
]
|