Fixing API problem - bin files are deprecated

This commit is contained in:
dsalvat1
2023-11-07 14:31:48 -05:00
committed by AT
parent 9e27a118ed
commit f3eaa33ce7
3 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# Add your GGUF compatible model LLM here. ie: MODEL_BIN="mistral-7b-instruct-v0.1.Q4_0", rename file ".env"
# Make sure this LLM matches the model you placed inside the models folder
MODEL_BIN=""

View File

@@ -0,0 +1 @@
# Drop GGUF compatible models here, make sure it matches MODEL_BIN on your .env file