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: 4 months ago
JSON representation

🐹 interact with openai api from command line

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

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!