RetroChat is a powerful command-line interface for interacting with various AI language models. It provides a seamless experience for engaging with different chat providers while offering robust features for managing and customizing your conversations.
ATTENTION: RAG only works with nomic-embed-text currently, all you need to do is have it on Ollama.
To run RetroChat, you need Python 3.11 or higher installed on your system. Link to Python 3.12 from the MS store. Follow these steps to set up the environment:
retrochat.py
and the requirements.txt
files and either run them from anywhere
or place them in the 'C:\Users\your username\.retrochat' directory.cd C:\Users\<your username>\.retrochat
pip install -r requirements.txt
python retrochat.py --setup
NOTE: If chromadb doesn't properly install for you, all you need to do is download and install Microsoft Visual Studio Build Tools and after installing that navigate to the individual components and install MSVC v143 - VS 2022 C++ x64/x86 build tools (Latest) and Windows 11 SDK (10.0.22621.0)
After installation, you can start RetroChat by running the shortcut command:
rchat
This command can be used from any directory in your terminal.
RetroChat supports various commands to manage your chat sessions and settings:
/chat rename <new_name>
- Rename the current chat/chat delete
- Delete the current chat/chat new <chat_name>
- Create a new chat/chat reset
- Reset the current chat history/chat list
- List all available chats/chat open <chat_name>
- Open a specific chat/set system <message>
- Set the system message/set
- Show available parameters and their current values/set <parameter> <value>
- Set a parameter/edit
- Edit the entire conversation/show length
- Display the total conversation tokens/show context
- Display the context of the last query/switch
- Switch to a different provider or model/help
- Display the help message/exit
- Exit the program/load <folder_name>
- Load documents from a specified folder@<folder_name> <query>
- Query loaded documents from a specific folderRetroChat now supports loading and querying documents:
/load <folder_name>
to load documents from a specific folder in your .retrochat
directory.@<folder_name> <your question>
.RetroChat uses a .env
file to store configuration settings. This file is automatically created in the .retrochat
directory in your home folder. You can manually edit this file to set API keys and other preferences.
RetroChat checks for updates automatically when you start the application. If updates are available, you'll be prompted to install them.
Contributions to RetroChat are welcome! Please feel free to submit pull requests or create issues for bugs and feature requests.
MIT License.