Does not see models on secondary server #3

Open
opened 2025-07-08 08:36:36 -04:00 by AtHeartEngineer · 0 comments

Originally created by @dmishra-nxt on 4/22/2025

I have two instances running ollama behind an ollama proxy server. I am using openWebUI as the frontend which is configured with the URL of ollama proxy server. Both Ollama instances have different models. But when I check in openwebui settings, it only lists models on the first instance. How to enable listing models on secondary node as well?

#config.ini

[server0]
url = http://llm-instance-01:11434

[server1]
url = http://llm-instance-02:11434
*Originally created by @dmishra-nxt on 4/22/2025* I have two instances running ollama behind an ollama proxy server. I am using openWebUI as the frontend which is configured with the URL of ollama proxy server. Both Ollama instances have different models. But when I check in openwebui settings, it only lists models on the first instance. How to enable listing models on secondary node as well? ``` #config.ini [server0] url = http://llm-instance-01:11434 [server1] url = http://llm-instance-02:11434
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/ollama_proxy_server#3