Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/sandbox--prompts


https://github.com/ryu1kn/sandbox--prompts

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Sandbox: Prompts

Playground for LLM prompts

## Usage

1. Install dependencies

```sh
poetry install
```

1. Get OpenAI API key and save it into [openai-api-key.key](./openai-api-key.key) file.

Then go play with notebooks under [notebooks](./notebooks) directory :)

## References

* [OpenAI Cookbook](https://github.com/openai/openai-cookbook)