We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa264de commit 5d4e811Copy full SHA for 5d4e811
ollama-custom.js
@@ -20,7 +20,7 @@ const OLLAMA_CUSTOM_CONFIG = {
20
customIPs: [
21
"http://10.0.1.69:11434", // Replace with your first Ollama server
22
"http://192.168.1.200:11434", // Replace with your second Ollama server
23
- "http://127.0.0.1:9434" // Replace with your third Ollama server
+ "http://172.16.0.50:9434" // Replace with your third Ollama server
24
],
25
26
// Optional: Add custom ports for localhost/127.0.0.1
0 commit comments