chenghuzi / OneLineGPT

Run ChatGPT like a search engine in command line, no contextualized long conversation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneLine-GPT

A command line tool used to perform search or talk with GPT3.5.

Install:

pip install ol-gpt

Run search mode: Contextless chat with GPT, no history, cheaper.

olgpt s

or

olgpt search

Run chat mode: Chat with GPT with history, support longer conversation.

olgpt c

or

olgpt chat

About

Run ChatGPT like a search engine in command line, no contextualized long conversation.

License:MIT License


Languages

Language:Python 100.0%