pfrankov / obsidian-local-gpt

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access
MIT License
260 stars 18 forks source link

When I click the refresh button to get models, the dropdown list will disappear #17

Closed alabulei1 closed 1 month ago

alabulei1 commented 2 months ago

I'm using another framework to host LLMs, not Ollama.

When I clicked the refresh button to get models, the dropdown list will disappear. Hence, I can't fetch the model correctly and the plugin doesn't work.

Thanks.

vensauro commented 1 month ago

with framework are you using? Is it Open AI compatible?

pfrankov commented 1 month ago

This is due to some connection problem: while the request is running, the button to update the model list is hidden. If a response or error is received, the button is shown again. Unfortunately, having the button and being able to send many requests for the model list will not help you to get the list faster. I could say that this is expected behavior.