Skip to content

Commit

Permalink
Prompt store (#319)
Browse files Browse the repository at this point in the history
* first pass: copy from Chanzhaoyu/chatgpt-web#268

* prompt store works

* update
  • Loading branch information
swuecho authored May 28, 2023
1 parent 314d076 commit 238371d
Show file tree
Hide file tree
Showing 12 changed files with 533 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

```bash
cd chat; cd api
go install github.com/cosmtrek/air@latest
go mod tidy
# export env var, change base on your env
export PG_HOST=192.168.0.135
Expand Down
8 changes: 8 additions & 0 deletions web/src/assets/recommend.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"key": "awesome-chatgpt-prompts-zh",
"desc": "ChatGPT 中文调教指南",
"downloadUrl": "https://raw.githubusercontent.com/Nothing1024/chatgpt-prompt-collection/main/awesome-chatgpt-prompts-zh.json",
"url": "https://github.com/PlexPt/awesome-chatgpt-prompts-zh"
}
]
Loading

0 comments on commit 238371d

Please sign in to comment.