Skip to content

Commit 5557a28

Browse files
authored
Fix missing default for LLM env var
1 parent 230213f commit 5557a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
dockerfile: pull_model.Dockerfile
1313
environment:
1414
- OLLAMA_BASE_URL=${OLLAMA_BASE_URL-http://host.docker.internal:11434}
15-
- LLM
15+
- LLM=${LLM-llama2}
1616
networks:
1717
- net
1818

0 commit comments

Comments
 (0)