Add support for awesome prompts, fixes ChatGPT pre-written prompts #66

This commit is contained in:
Niek van der Maas
2023-03-23 13:00:30 +01:00
parent 2f57e6069f
commit fe68d34d1c
4 changed files with 59 additions and 0 deletions

View File

@@ -24,6 +24,11 @@ npm ci
npm run dev # or: npm run build
```
To update the [`awesome-chatgpt-prompts`](/src/awesome-chatgpt-prompts/) subtree, run :
```bash
git subtree pull --prefix src/awesome-chatgpt-prompts https://github.com/f/awesome-chatgpt-prompts.git main --squash
```
## Use with Docker compose
```bash