Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 59a6d1c

Browse files
committed
update doc
1 parent c9275ef commit 59a6d1c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/static/openapi/cortex.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5913,10 +5913,12 @@
59135913
"properties": {
59145914
"model": {
59155915
"type": "string",
5916-
"description": "The identifier or URL of the model to use. It can be a model ID on Cortexso (https://huggingface.co/cortexso) or a HuggingFace URL pointing to the model file. For example: 'gpt2' or 'https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct-v0.1.Q2_K.gguf'",
5916+
"description": "The identifier or URL of the model to use. It can be a model ID on Cortexso (https://huggingface.co/cortexso) or a HuggingFace URL pointing to the model file.",
59175917
"examples": [
5918+
"tinyllama",
59185919
"tinyllama:1b",
5919-
"https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct-v0.1.Q2_K.gguf"
5920+
"https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/blob/main/mistral-7b-instruct-v0.1.Q2_K.gguf",
5921+
"TheBloke:Mistral-7B-Instruct-v0.1-GGUF:mistral-7b-instruct-v0.1.Q2_K.gguf"
59205922
]
59215923
},
59225924
"id": {

0 commit comments

Comments
 (0)