Skip to content

Commit a4bccc9

Browse files
committed
docs(readme): add groq module info + banner update
1 parent a454f2c commit a4bccc9

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ env
2626
__pycache__
2727
certificate.*
2828
private.*
29+
*.tar.gz

README.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🤖 GPT-Telegramus v5
22

3-
| ![GPT-Telegramus logo](logo.png) | <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> |
4-
| -------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
3+
| ![GPT-Telegramus logo](logo.png) | <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> |
4+
| -------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
55

66
<div style="width:100%;text-align:center;">
77
<p align="center">
@@ -20,14 +20,12 @@
2020
<p align="center">
2121
<a href="https://aur.archlinux.org/packages/gpt-telegramus"><img alt="" src="https://img.shields.io/aur/last-modified/gpt-telegramus?logo=ArchLinux" ></a>
2222
<a href="https://aur.archlinux.org/packages/gpt-telegramus"><img alt="" src="https://img.shields.io/aur/version/gpt-telegramus?logo=ArchLinux" ></a>
23-
<a href="https://aur.archlinux.org/packages/gpt-telegramus"><img alt="" src="https://img.shields.io/aur/maintainer/gpt-telegramus?logo=ArchLinux" ></a>
2423
</p>
2524
</div>
2625
<div style="width:100%;text-align:center;">
2726
<p align="center">
2827
<a href="https://aur.archlinux.org/packages/gpt-telegramus-git"><img alt="" src="https://img.shields.io/aur/last-modified/gpt-telegramus-git?logo=ArchLinux" ></a>
2928
<a href="https://aur.archlinux.org/packages/gpt-telegramus-git"><img alt="" src="https://img.shields.io/aur/version/gpt-telegramus-git?logo=ArchLinux" ></a>
30-
<a href="https://aur.archlinux.org/packages/gpt-telegramus-git"><img alt="" src="https://img.shields.io/aur/maintainer/gpt-telegramus-git?logo=ArchLinux" ></a>
3129
</p>
3230
</div>
3331

@@ -99,6 +97,7 @@
9997
## 📙 Project based on
10098

10199
- **F33RNI/LMAO API** (Unofficial open APIs): <https://github.com/F33RNI/LlM-Api-Open>
100+
- **Groq API** (Official Python API): <https://github.com/groq/groq-python>
102101
- **acheong08/EdgeGPT** (API): <https://github.com/acheong08/EdgeGPT>
103102
- **jacobgelling/EdgeGPT** (API): <https://github.com/jacobgelling/EdgeGPT>
104103
- **acheong08/BingImageCreator** (API): <https://github.com/acheong08/BingImageCreator>
@@ -120,12 +119,12 @@ See **🐧 Running as service on linux**, **🍓 Running on Raspberry Pi (ARM)**
120119
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
121120
8. Run main script `python main.py`
122121

123-
- **ChatGPT**
122+
- 💬 **ChatGPT**
124123
- Free browser-like Chat-GPT. Currently, without extensions and image requests (text only) (because I don't have a paid account to test it)
125124
- Stream response support
126125
- Chat history support
127126
- 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)**
129128
- Supports conversation style `/style`
130129
- Stream response support
131130
- Chat history support
@@ -135,14 +134,19 @@ See **🐧 Running as service on linux**, **🍓 Running on Raspberry Pi (ARM)**
135134
- Suggestions (for **lmao_ms_copilot** only)
136135
- See <https://github.com/F33RNI/LlM-Api-Open> for more info
137136
- **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**)
139138
- Bing Image Generator. Used as a separate module due to issues with the EdgeGPT module
140139
- Free and unlimited
141-
- **Gemini**
140+
- **Gemini**
142141
- Google's AI using the Gemini Pro model
143142
- Chat history support
144143
- Requests with images (you can send an image with text to it)
145144
- 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*)
146150

147151
----------
148152

@@ -286,7 +290,9 @@ You can add **a new language**. For that:
286290
- 🧹 `/clear` - Clear chat history
287291
- 🌎 `/lang` - Change the language
288292
- 🆔 `/chatid` - Show your chat_id
293+
- ⚙️ `/model` - Change model of module (Currently for 🔴 Groq module only)
289294
- `/style` - Bing AI conversation style
295+
- `/chat` - Send request in group chat
290296
- Other direct module commands (please check automatically-generated list of commands inside bot)
291297
292298
### Admin commands

banner.png

-9.05 KB
Loading

0 commit comments

Comments
 (0)