Make DEFAULT_MODEL env-var configurable (CAIC_DEFAULT_MODEL)
This commit is contained in:
+3
-1
@@ -29,8 +29,10 @@ CAIC_EMBED_MODEL=all-minilm:latest
|
||||
CAIC_AMQP_URL=amqp://caic:${RABBITMQ_PASSWORD}@rabbitmq:5672/caic
|
||||
|
||||
# ── llama-server settings ────────────────────────────────────
|
||||
# Set this to your .gguf filename (must exist in ./models/)
|
||||
# GGUF filename (must exist in ./models/)
|
||||
LLAMA_MODEL=
|
||||
# Model name the app presents to clients (must match a loaded model)
|
||||
CAIC_DEFAULT_MODEL=qwen2.5-7b-instruct
|
||||
LLAMA_CTX_SIZE=4096
|
||||
LLAMA_N_GPU_LAYERS=0
|
||||
LLAMA_RPC_ENDPOINTS=
|
||||
|
||||
Reference in New Issue
Block a user