"src/diffusers/schedulers/scheduling_ddpm_parallel.py" did not exist on "b85bb0753ee9bfde6ba4e9217203f8d820aef4c2"
Commit 5ee61164 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

set default `OLLAMA_HOST` to `http://localhost:11434`

parent 5d9a4cd2
......@@ -12,7 +12,7 @@ import (
"os"
)
const DefaultHost = "localhost:11434"
const DefaultHost = "http://localhost:11434"
var (
envHost = os.Getenv("OLLAMA_HOST")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment