Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ferama/yay
🐹 interact with openai api from command line
https://github.com/ferama/yay
ai chatbot chatgpt command-line golang
Last synced: 3 months ago
JSON representation
🐹 interact with openai api from command line
- Host: GitHub
- URL: https://github.com/ferama/yay
- Owner: ferama
- License: mit
- Created: 2023-05-21T20:39:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T05:38:13.000Z (3 months ago)
- Last Synced: 2024-10-21T08:32:12.051Z (3 months ago)
- Topics: ai, chatbot, chatgpt, command-line, golang
- Language: Go
- Homepage:
- Size: 992 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yay
Yay is a command line tool that let you to use the openai models
from command line.## Interactive mode
![Sample interactive](./assets/interactive.gif)
## Summarize demo
![Sample curl](./assets/curl.gif)
## Getting started
Download yay from the release page https://github.com/ferama/yay/releases
Go here and create an api key (for FREE) https://platform.openai.com/account/api-keys
Export it as env var
```
OPENAI_API_KEY=[put your api key here]
```Run yay!