You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# 🤖 GPT-Telegramus v5
2
2
3
-
|| <h3>The best free Telegram bot for ChatGPT, Microsoft Copilot (aka Bing AI, aka Sidney, aka EdgeGPT), Microsoft Copilot Designer (aka BingImageCreator)and Gemini with stream writing, requests with images (currently, for Gemini only), multiple languages, admin control, data logging and more!</h3> |
|| <h3>The best free Telegram bot for ChatGPT, Microsoft Copilot (aka Bing AI / Sidney / EdgeGPT), Microsoft Copilot Designer (aka BingImageCreator), Gemini and Groq with stream writing, requests with images, multiple languages, admin control, data logging and more!</h3> |
@@ -120,12 +119,12 @@ See **🐧 Running as service on linux**, **🍓 Running on Raspberry Pi (ARM)**
120
119
7. Carefully change all the settings in `config.json` file and in each `*.json` file inside `module_configs` directory. If you have questions regarding any setting, open an issue, I'll try to add a more detailed description
121
120
8. Run main script `python main.py`
122
121
123
-
-**ChatGPT**
122
+
-💬 **ChatGPT**
124
123
- Free browser-like Chat-GPT. Currently, without extensions and image requests (text only) (because I don't have a paid account to test it)
125
124
- Stream response support
126
125
- Chat history support
127
126
- See <https://github.com/F33RNI/LlM-Api-Open> for more info
128
-
-**Microsoft Copilot (aka EdgeGPT aka Bing AI aka Sydney)**
127
+
-🟦 **Microsoft Copilot (aka EdgeGPT aka Bing AI aka Sydney)**
129
128
- Supports conversation style `/style`
130
129
- Stream response support
131
130
- Chat history support
@@ -135,14 +134,19 @@ See **🐧 Running as service on linux**, **🍓 Running on Raspberry Pi (ARM)**
135
134
- Suggestions (for **lmao_ms_copilot** only)
136
135
- See <https://github.com/F33RNI/LlM-Api-Open> for more info
137
136
-**NOTE:** Non-LMAO API (the old one `ms_copilot`) is deprecated! Please use `lmao_ms_copilot` instead
138
-
-*Microsoft Copilot Designer* (**DEPRECATED**)
137
+
-🎨 *Microsoft Copilot Designer* (**DEPRECATED**)
139
138
- Bing Image Generator. Used as a separate module due to issues with the EdgeGPT module
140
139
- Free and unlimited
141
-
-**Gemini**
140
+
-♊ **Gemini**
142
141
- Google's AI using the Gemini Pro model
143
142
- Chat history support
144
143
- Requests with images (you can send an image with text to it)
145
144
- Requests with images will not be recorded in the chat history since Google hasn't support this
145
+
- 🔴 **Groq**
146
+
- Official Python API
147
+
- Chat history support
148
+
-**Very fast** response
149
+
- Multiple models (*see `/model` command*)
146
150
147
151
----------
148
152
@@ -286,7 +290,9 @@ You can add **a new language**. For that:
286
290
- 🧹 `/clear` - Clear chat history
287
291
- 🌎 `/lang` - Change the language
288
292
- 🆔 `/chatid` - Show your chat_id
293
+
- ⚙️ `/model` - Change model of module (Currently for 🔴 Groq module only)
289
294
- `/style` - Bing AI conversation style
295
+
- `/chat` - Send request in group chat
290
296
- Other direct module commands (please check automatically-generated list of commands inside bot)
0 commit comments