update model var

This commit is contained in:
Raven Scott
2023-05-07 14:18:17 +02:00
parent d18cb39ecd
commit 012566e93c
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" : ""
}
]