* Added NVIDIA API to new jan * Changed paramters * chore: some small text update - remove databrick since it does not work when I tested - correct some texts --------- Co-authored-by: James Nguyen <jamesnguyen@Jamess-Laptop.local>
32 lines
645 B
JSON
32 lines
645 B
JSON
[
|
|
{
|
|
"sources": [
|
|
{
|
|
"url": "https://integrate.api.nvidia.com/v1/chat/completions"
|
|
}
|
|
],
|
|
"id": "mistralai/mistral-7b-instruct-v0.2",
|
|
"object": "model",
|
|
"name": "Mistral 7B",
|
|
"version": "1.1",
|
|
"description": "Mistral 7B with NVIDIA",
|
|
"format": "api",
|
|
"settings": {},
|
|
"parameters": {
|
|
"max_tokens": 1024,
|
|
"temperature": 0.3,
|
|
"top_p": 1,
|
|
"stream": false,
|
|
"frequency_penalty": 0,
|
|
"presence_penalty": 0,
|
|
"stop": null,
|
|
"seed": null
|
|
},
|
|
"metadata": {
|
|
"author": "NVIDIA",
|
|
"tags": ["General"]
|
|
},
|
|
"engine": "nvidia"
|
|
}
|
|
]
|