Skip to content

Commit 5d4e811

Browse files
committed
adding ip
1 parent fa264de commit 5d4e811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ollama-custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const OLLAMA_CUSTOM_CONFIG = {
2020
customIPs: [
2121
"http://10.0.1.69:11434", // Replace with your first Ollama server
2222
"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
23+
"http://172.16.0.50:9434" // Replace with your third Ollama server
2424
],
2525

2626
// Optional: Add custom ports for localhost/127.0.0.1

0 commit comments

Comments
 (0)