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: 4 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T06:05:55.000Z (over 1 year ago)
- Last Synced: 2025-03-17T07:25:44.142Z (over 1 year ago)
- Topics: ai, chatbot, chatgpt, command-line, golang
- Language: Go
- Homepage:
- Size: 983 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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

## Summarize demo

## Getting started
Download yay from the release page https://github.com/ferama/yay/releases
Export needded env vars
```sh
YAY_MODEL=meta-llama/llama-4-maverick-17b-128e-instruct
YAY_API_BASEURL=https://api.groq.com/openai/v1
YAY_API_KEY=[put your api key here]
```
Run yay!