-
Notifications
You must be signed in to change notification settings - Fork 44
Description
This is great. Exactly what i was looking for in addition to my app. I added some customtkinter elements, and the ability to save and load conversations. the original GUI from Ollama doesn't feature this capability. I felt like that was something crucial for for my app addition. So i decided to build my own GUI. But, after looking through reddit, i stumbled on your post and downloaded your Ollama GUI. It worked perfectly and was able to call it from my app, either as an .py or .exe, and easily made the additions. The only thing i thing had a problem with was repositioning the progress bar.
Thank you for your work. I hope you look over my additions, and that they are helpful to others.
Additons:
-Opening greeting
-Upload Contents of a file(not able to upload actual file, ollama itself doesn't support this feature)
-Save & Load conversations. Conversation Loads into Text Frame. Model is able to recall and provide summary of the conversation.(Located in File tab of Menubar)
-Pulsing Progressbar(just for fun)
-customtkinter elements to spruce up the visual aspect of the GUI