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

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