chore: Remove config.json file as new nitro does not need it

This commit is contained in:
vuonghoainam 2023-10-19 16:16:32 -07:00
parent 4684e0344f
commit 80485b21b6

View File

@ -1,13 +0,0 @@
{
"listeners": [
{
"address": "0.0.0.0",
"port": 3928
}
],
"custom_config": {
"llama_model_path": "",
"ctx_len": 2048,
"ngl": 100
}
}