Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit 45b390d

Browse files
committed
docs: update README
1 parent 7654883 commit 45b390d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

README.md

+14-13
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010

1111
## Update
12+
> ### 2024/4/21:Supporting the Suno plugin with Copilot.
1213
> ### 2024/3/30:Support DALLE-3(Unofficial), get api key from https://dalle.feiyuyu.net/dashboard.
1314
> ### 2024/3/5:Images can be generated while chatting.
1415
> ### 2024/2/2:To optimize usage, recommended to re-read the README.
1516
> ### 2024/1/27:Add jail break version, but image uploads are currently not supported, and python version need 3.10+.
16-
> ### 2024/1/15:Can create thread to chat with Copilot.
1717
1818
![demo](https://i.imgur.com/mvg18xh.gif)
1919

@@ -41,9 +41,10 @@
4141
* [version]`default` can chat with Copilot, `jailbreak` chat with Sydney, but `jailbreak` image uploads are not currently supported.
4242
* [style]:Have 3 conversation style can choose, `creative``balanced` and `precise`.
4343
* [type]:Options for thread type, `public` or `private`.
44+
* [plugin]:Currently only supports Suno.
4445

45-
![copilot](https://i.imgur.com/ctcGb7I.png)
4646
![chat](https://i.imgur.com/3Fx0iQE.png)
47+
![suno](https://i.imgur.com/G5FugDC.png)
4748

4849
* image creator: `/create image [service][prompt]`
4950

@@ -115,28 +116,28 @@ pip install -r requirements.txt
115116
IMAGE_MAX_CREATE_SEC=300
116117
117118
# Set unofficial DALLE-3 api key, api key can get from https://dalle.feiyuyu.net/dashboard
118-
dalle3_unofficial_apikey=
119+
DALLE3_UNOFFICIAL_APIKEY=
119120
120121
# (Optional) Allow mention bot only in specific channel.
121-
MENTION_CHANNEL_ID=
122+
MENTION_CHANNEL_ID=1227670969702754857
122123
123-
# (Optional) Allow each commands only in specific channel.
124-
# specific channel for /cookies setting
125-
COOKIES_SETTING_CHANNEL_ID=
124+
# (Optional) Allow each commands in some channels.
125+
# specific channel(s) for /cookies setting
126+
COOKIES_SETTING_CHANNEL_ID=1227670969702754857,1227327094070254857
126127
127-
# specific channel for /dalle3 setting
128-
DALLE3_SETTING_CHANNEL_ID=
128+
# specific channel(s) for /dalle3 setting
129+
DALLE3_SETTING_CHANNEL_ID=122767096970275483
129130
130-
# specific channel for /copilot
131+
# specific channel(s) for /copilot
131132
CHAT_CHANNEL_ID=
132133
133-
# specific channel for /create image
134+
# specific channel(s) for /create image
134135
CREATE_IMAGE_CHANNEL_ID=
135136
136-
# specific channel for /reset conversation
137+
# specific channel(s) for /reset conversation
137138
RESET_CHAT_CHANNEL_ID=
138139
139-
# specific channel for /help
140+
# specific channel(s) for /help
140141
HELP_CMD_CHANNEL_ID=
141142
```
142143

0 commit comments

Comments
 (0)