Fixing API problem - bin files are deprecated

manyoso-patch-4
dsalvat1 7 months ago committed by AT
parent 9e27a118ed
commit f3eaa33ce7

@ -12,8 +12,9 @@ services:
- WEB_CONCURRENCY=2
- LOGLEVEL=debug
- PORT=4891
- model=ggml-mpt-7b-chat.bin
- model=${MODEL_ID}
- inference_mode=cpu
volumes:
- './gpt4all_api/app:/app'
- './gpt4all_api/models:/models'
command: ["/start-reload.sh"]

@ -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=""

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