Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a minimalist commandline tool for interacting and piping text to GPT. It uses MongoDB to store the conversations and allow for fuzzy search.

Setup

Install MongoDB

Follow the instructions here: https://www.mongodb.com/docs/manual/administration/install-community/

Install the python dependencies with poetry

pip install poetry poetry install

Set up an alias (optional)

Add this to your .bashrc or .zshrc alias g="python ~/code/commandline_gpt/main.py"

Usage

Start a conversation

g <prompt>

Continue the last conversation

g -c <prompt>

Fuzzy search through conversations

g -s <search term>

About

Commandline tool for interacting and piping text to GPT

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages