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 ( ...@@ -12,7 +12,7 @@ import (
"os" "os"
) )
const DefaultHost = "localhost:11434" const DefaultHost = "http://localhost:11434"
var ( var (
envHost = os.Getenv("OLLAMA_HOST") 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