Skip to content

Commit 61a40e9

Browse files
fix: resolve linting issues
Signed-off-by: Hrushikesh Patil <[email protected]>
1 parent 17825b2 commit 61a40e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.ollama

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ CHAT_MODEL=qwen2.5:0.5b
22
THINKING_MODEL=qwen3:1.7b
33
COMPLETION_MODEL=qwen2.5:0.5b
44
EMBEDDINGS_MODEL=all-minilm:33m
5-
IMAGE_GENERATION_MODEL=dall-e-2
5+
IMAGE_GENERATION_MODEL=dall-e-2

cmd/aigw/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: alpine/ollama
2323
container_name: ollama-pull
2424
environment:
25-
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
25+
OLLAMA_HOST: localhost:11434 # intentionally not 127.0.0.1
2626
env_file:
2727
- ../../.env.ollama
2828
entrypoint: sh
@@ -153,5 +153,5 @@ services:
153153
-H "Authorization: Bearer unused" \
154154
-H "Content-Type: application/json" \
155155
-d "{\"model\":\"$$IMAGE_GENERATION_MODEL\",\"prompt\":\"A watercolor painting of a red fox in a birch forest\",\"size\":\"1024x1024\",\"quality\":\"low\"}"
156-
extra_hosts: # localhost:host-gateway trick doesn't work with aigw
156+
extra_hosts: # localhost:host-gateway trick doesn't work with aigw
157157
- "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)