mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Add support for awesome prompts, fixes ChatGPT pre-written prompts #66
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user