chore: 🚨 lint and format

This commit is contained in:
ThatOneCalculator
2024-01-03 14:33:57 -08:00
parent 037793161e
commit 07cc7f15d5
25 changed files with 190 additions and 180 deletions

View File

@@ -25,7 +25,7 @@ services:
ports:
- ${OLLAMA_WEBUI_PORT-3000}:8080
environment:
- "OLLAMA_API_BASE_URL=http://ollama:11434/api"
- 'OLLAMA_API_BASE_URL=http://ollama:11434/api'
extra_hosts:
- host.docker.internal:host-gateway
restart: unless-stopped