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
68 stars 62 forks source link

Create a chat interface #176

Closed neokd closed 3 months ago

neokd commented 5 months ago

To design an interactive user interface for NeoGPT using Streamlit, you will need to create a
basic chat interface. This can be accomplished by writing code within the ui.py file located within the neogpt folder. The code should allow users to interact with NeoGPT through this UI.

Saloni0512 commented 5 months ago

I would like to try this issue under jwoc

Saloni0512 commented 4 months ago

Hey @neokd what additions do you exactly want in the chat interface ? Like can I go for a sidebar that contains options for uploading files and clearing chat history.

neokd commented 4 months ago

Yeah that will be enough

Saloni0512 commented 4 months ago

Hey @neokd sorry for the delay I will push the pr by tomorrow morning.