diff --git a/Makefile b/Makefile index 92c6b78..0d217c2 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ollama-status: # Run the Go server (assumes Ollama is running) run: ollama-pull - OPENAI_API_KEY=ollama OPENAI_BASE_URL=http://localhost:11434/v1 OPENAI_MODEL=llama3 go run . + OPENAI_API_KEY=ollama OPENAI_BASE_URL=http://localhost:11434/api/chat OPENAI_MODEL=qwen3:latest go run . # Run tests .PHONY: test diff --git a/ui.html b/ui.html index 85dc22a..a8bd544 100644 --- a/ui.html +++ b/ui.html @@ -4,14 +4,15 @@ Vet Clinic Chat Assistant + -
+

Vet Clinic Chat Assistant

-
- - +
+ +