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

Interpreter #204

Closed neokd closed 1 week ago

neokd commented 4 months ago

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 for the alternative of writing the code to a temporary file and executing it?