Realmbird d6bd493d93
Added NVIDIA API to new jan after jan rework (#2934)
* 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>
2024-06-04 12:20:43 +07:00

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"
}
]