- commit
- daf5608
- parent
- d6cbbb1
- author
- Eric Bower
- date
- 2025-08-27 23:51:38 -0400 EDT
feat: set OLLAMA_API_BASE environment variable
1 files changed,
+2,
-0
+2,
-0
1@@ -11,6 +11,8 @@ switch (uname)
2 if status --is-interactive
3 keychain --eval --quiet --agents ssh,gpg ~/.ssh/id_ed25519 76D3FD02 | source
4 end
5+
6+ set -xg OLLAMA_API_BASE "http://192.168.88.224:11434"
7 case '*'
8 # do things for other OSs
9 end