https://github.com/ryu1kn/sandbox--prompts
https://github.com/ryu1kn/sandbox--prompts
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryu1kn/sandbox--prompts
- Owner: ryu1kn
- Created: 2023-07-16T01:26:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T01:26:22.000Z (almost 3 years ago)
- Last Synced: 2025-08-18T19:53:21.876Z (10 months ago)
- Language: Jupyter Notebook
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)