Move files in a sub forlder dedicated to chat-ai.

This commit is contained in:
Florian THIERRY
2026-06-11 11:50:26 +02:00
parent 97114a4380
commit e4de011b63
4 changed files with 2 additions and 2 deletions
View File
+2 -2
View File
@@ -30,8 +30,8 @@ services:
environment: environment:
- GGML_VK_VISIBLE_DEVICES=0 - GGML_VK_VISIBLE_DEVICES=0
volumes: volumes:
- ./ai-models/mistral-7b-instruct.gguf:/home/llama/models/mistral-7b-instruct.gguf:ro - ../ai-models/mistral-7b-instruct.gguf:/home/llama/models/mistral-7b-instruct.gguf:ro
- ./workspace:/home/llama/workspace - ../workspace:/home/llama/workspace
# Health check — vérifie que le serveur répond # Health check — vérifie que le serveur répond
# healthcheck: # healthcheck: