Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!