neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
78 stars 64 forks source link

UI: Streamlit #104

Closed neokd closed 9 months ago

neokd commented 10 months ago

Currently, NeoGPT configurations are set through the CLI, requiring users to enter commands manually to specify device types, vector databases, retrievers, personas, etc. This process might be less intuitive for users who prefer a graphical interface.

Proposed Changes Enhance manager.py: Integrate the UI with the manager.py file to process user inputs and initiate NeoGPT with the specified configurations.

Dynamic Retrievers and Databases: Enable users to choose and load different retrievers and databases directly from the UI, providing flexibility in their interactions with NeoGPT.

StatKumar commented 10 months ago

@neokd Can I work on this issue?

neokd commented 10 months ago

@StatKumar sure you can work on it

StatKumar commented 10 months ago

Thank you @neokd

savyez commented 10 months ago

any updates @StatKumar ?