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

Commit 334f4ee

Browse files
author
FuseFairy
committed
Update README.md
1 parent ad8cf91 commit 334f4ee

File tree

1 file changed

+14
-16
lines changed

1 file changed

+14
-16
lines changed

README.md

+14-16
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# DiscordBot-EdgeGPT
22
> ## Using Microsoft's Bing Chat AI and Bing Image Creator on discord bot.
3+
![demo](https://i.imgur.com/Kc1aP9M.gif)
34

45
## Update
5-
> ### 2023/11/13: Use another bing api instead.
6-
> ### 2023/6/21: fix Redirect failed when using Creative style to create images.
7-
> ### 2023/6/1 : Users not need to set cookies also can use slash command.
8-
> ### 2023/5/21 : Anyone who wants to use slash command should set their cookies first.
6+
> ### 2023/12/22:Support uploading image while chatting.
7+
> ### 2023/11/13:Use another bing api instead.
8+
> ### 2023/6/21:fix Redirect failed when using Creative style to create images.
9+
> ### 2023/6/1:Users not need to set cookies also can use slash command.
10+
> ### 2023/5/21:Anyone who wants to use slash command should set their cookies first.
911
1012
## Features
1113

@@ -18,11 +20,11 @@
1820

1921
> ### will create a separate chat for each user.
2022
21-
* cookies setting(use personal Bing Cookies): `/bing setting [choice]`
22-
![setting](https://i.imgur.com/qLmFr52.png)
23+
* cookies setting(can use personal Bing Cookies): `/bing setting [choice]`
24+
![setting](https://i.imgur.com/GMLQpCF.png)
2325

2426

25-
* bing: `/bing [message]`
27+
* bing: `/bing [message] [image]`
2628

2729
![edgegpt](https://i.imgur.com/cLPL156.png)
2830

@@ -32,11 +34,11 @@
3234

3335
* conversation style (default balanced): `/switch style [style]`
3436

35-
![style.png](https://i.ibb.co/54KMWKH/2023-04-07-200312.png)
37+
![style.png](https://i.imgur.com/bs4tmZr.png)
3638

37-
* reset: `/reset`
39+
* reset conversation: `/reset conversation`
3840

39-
![reset](https://i.imgur.com/AG5qQ1F.png)
41+
![reset](https://i.imgur.com/7CyEFao.png)
4042
</details>
4143

4244
<details>
@@ -55,11 +57,7 @@
5557

5658
* Same as use `/bing`,
5759

58-
![mention1](https://i.imgur.com/aC5ZM9y.png)
59-
60-
after switching styles to creative, you can also generate images!
61-
62-
![mention2](https://i.imgur.com/3w0vYKt.png)
60+
![mention1](https://i.imgur.com/BDy0See.png)
6361

6462
</details>
6563

@@ -99,7 +97,7 @@ pip install -r requirements.txt
9997
MENTION_CHANNEL_ID=123456789
10098
```
10199

102-
2. Get Bing authentication.
100+
2. Create `cookies.json` file, and get Bing authentication.
103101
* Install the cookie editor extension for Chrome or Firefox.
104102
* Go to [bing.com](http://bing.com/chat)
105103
* Click "Export" on the bottom right.

0 commit comments

Comments
 (0)