NeoGPT
NeoGPT copied to clipboard
Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
Refactor the utility module to implement lazy imports, which will help minimize startup time by loading only the required modules when they are actually needed.
an AI-CHAT BOT should be added so that the user can have a conversation with the ai and can explain exactly what he wants... using python code an AI-Chat bot...
### Discussed in https://github.com/neokd/NeoGPT/discussions/203 Originally posted by **neokd** February 10, 2024 Which approach is more suitable for implementing the interpreter: utilizing a Jupyter Notebook for code execution setup or opting...
Having contributed to the implementation of the configuration import and export functionality via config.py, just hoping to provide some test suites that can serve to monitor functionality as future contributions...