Fixed reconnect dialog and made it so that the launch dialog doesn't appear with remote connections

This commit is contained in:
jeffser
2024-08-31 20:03:19 -06:00
parent ebf3af38c8
commit d1a0d6375b
3 changed files with 14 additions and 13 deletions

View File

@@ -193,6 +193,7 @@ def reconnect_remote_response(self, dialog, task, url_entry, bearer_entry):
self.model_manager.update_local_list()
elif response == "local":
self.ollama_instance.remote = False
self.ollama_instance.start()
self.model_manager.update_local_list()
elif response == "close":
self.destroy()