update model var

This commit is contained in:
Raven Scott
2023-05-07 14:18:17 +02:00
committed by MrTuxedo
parent 4a05334b15
commit f4e97d9710
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
},
{
"name": "AI-API",
"script": "python3 -m llama_cpp.server",
"script": "python3 -m llama_cpp.server --model /code/ggml-vic7b-q4_0.bin",
"args" : ""
}
]