Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 280 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 280 Bytes

Griseo

Chat with OpenAI in the Hacker way.

Installation

pip install griseo

Usage

export OPENAI_API_KEY=<API_TOKEN> # or echo OPENAI_API_KEY=<API_TOKEN> >> .env
griseo ... # one-shot chat completion
griseo     # open an interactive session