Jupyter Notebook

Ready to give NeoGPT a spin? No need to mess with installations – just hop on your browser and dive in! It’s that simple.

Python Usage

from neogpt import db_retriever

chain = db_retriever()

chain.invoke("What operating system are we on?")

Terminal Usage

To start a chat from your terminal just run neogpt in your terminal

neogpt

Configure model dynamically

To use model from different sources based on your requirements

neogpt --model <model>

Read here to know more about loading different LLM’S

To start interpreter mode

To start interpreter mode for executing code as the LLM generates it.

neogpt --interpreter

To Save and Load Conversations

Save and load conversations that you had with neogpt from your CLI

Info: Use Magic Commands to do it during a live chat

neogpt --conversations