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.
- Host: GitHub
- URL: https://github.com/iepathos/aistr
- Owner: iepathos
- Created: 2023-10-31T12:24:19.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T23:41:01.000Z (over 2 years ago)
- Last Synced: 2024-04-19T15:22:21.093Z (about 2 years ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```