What's Changed
In the latest v0.1.0 release, NeoGPT has undergone substantial improvements. The update introduces the following features
-
Interpreter for Code Execution: NeoGPT introduces an interpreter feature, enabling LLM to run code in Python, JavaScript, HTML, and Bash directly within the local environment.
-
Updated Builders with New Loaders: Builders have been updated, introducing new loaders to optimize performance and expand functionality.
-
Introduction of Magic Commands: Magic commands are introduced, enabling users to execute specific actions or functions with simplified commands.
-
Reading Local Files: NeoGPT gains the ability to read local files, facilitating interaction with data stored on the user's device.
-
Expanded Loading LLM Options: NeoGPT now offers enhanced options for loading the LLM model (Online & Offline) , improving flexibility and compatibility.
-
Chat Session Retention: This feature allows NeoGPT to retain chat sessions, enhancing continuity and user experience across interactions.
-
Vision Support via Ollama: The update integrates vision support through Ollama, broadening NeoGPT's capabilities to include visual processing.
⚠️
New Contributors
- @Bchass made their first contribution in #107
- @rahim-khan-iitg made their first contribution in #118
- @n0n3br made their first contribution in #133
- @AnamNaaz-7 made their first contribution in #143
- @ashikshafi08 made their first contribution in #152
- @CoderOMaster made their first contribution in #154
- @ayushmorbar made their first contribution in #158
- @yashasvini121 made their first contribution in #164
- @Saloni0512 made their first contribution in #168
Full Changelog: v0.1.0-beta...v0.1.0