An open API service indexing awesome lists of open source software.

https://github.com/iepathos/aistr

OpenAI ChatGPT command line tool built in Rust.
https://github.com/iepathos/aistr

Last synced: 8 months ago
JSON representation

OpenAI ChatGPT command line tool built in Rust.

Awesome Lists containing this project

README

          

# aistr

Simple command line tool for interacting with openai chat-gpt.

```sh
aistr -p "what is a good name for a chat gpt CLI?"
ChatBot CLI
```

Requires a config.yml

```
openai_api_key: "sk-example-api-key"
```