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
It is possible to bypass geo-blocking of ChatGPT, EdgeGPT, DALL-E or Bard. GPT-Telegramus includes automatic proxy-list downloading with periodic checks
125
129
@@ -132,44 +136,45 @@ Sometimes, searching for a proxy can take a long time. If you think that the fou
- 🔨 `/ban <id> [reason]` - Ban a user by their id with reason (optional)
157
+
- 🔓 `/unban <id>` - Unban a user by their id
158
+
- 📢 `/broadcast <message>` - Send text message to everyone except banned users
154
159
155
160
----------
156
161
157
-
## Chat history
162
+
## 📄 Chat history
158
163
159
164
GPT-Telegramus saves only ChatGPT chat history locally (`"conversations_dir": "conversations"`). Other modules either have a built-in ability to save chat history or do not have the ability to split conversations
160
165
161
166
----------
162
167
163
-
## TODO
168
+
## 📝 TODO
164
169
165
170
- Add some free GPT-4 model
166
171
167
172
----------
168
173
169
-
## Contribution
174
+
## ✨ Contribution
170
175
171
176
- Anyone can contribute! Just create a pull request
172
177
173
178
----------
174
179
175
-
## P.S. This project is still under development!
180
+
### 🚧 P.S. This project is still under development!
"start_message": "Hello, choomba!\\n\\nGPT-Telegramus version {0}\\n\\nGPT-Telegramus author: Fern Lane\\nContributors: Sergey Krashevich\\nChatGPT API: acheong08\\nEdgeGPT API: acheong08\\nBard API: acheong08\\n\\nSupport the project by buying my music: https://f3rni.bandcamp.com",
3
-
"help_message": "/start - Welcome message and bot version\\n/help - Show this message\\n/chatgpt <request> - ChatGPT request\\n/edgegpt <request> - EdgeGPT request\\n/bard <request> - Bard request\\n/dalle <request> - Draw a picture with DALL-E\\n/clear <module> - Clear chat history (chatgpt / edgegpt / bard)\\n/chatid - Show your chat_id\\n\\nOr just send a text message",
4
-
"help_message_admin": "Admin commands:\\n/queue - Show requests queue\\n/restart - Restart modules and telegram bot\\n/users - Show list of all users\\n/ban <id> [reason] - Ban a user by their id with reason (optional)\\n/unban <id> - Unban a user by their id\\n/broadcast <message> - Send text message to everyone except banned users",
5
-
"empty_request": "Empty request, choomba!",
6
-
"permissions_deny": "You do not have permission for this command!",
7
-
"queue_overflow": "Queue is full. Try again later",
8
-
"queue_empty": "Queue is empty",
9
-
"queue_accepted": "Request to the {0} module\\nAdded to the queue. Position: {1}/{2}",
10
-
"response_error": "Error: {0}\\n\\nMake another request or try again later =(",
11
-
"edgegpt_sources": "[{0}] {1} ({2})\\n",
2
+
"start_message": "Hello, \uD83D\uDC4Bchoomba!\uD83D\uDC4B\\n\\nGPT-Telegramus version\uD83D\uDCC4 {0}\\n\\nGPT-Telegramus author: Fern Lane\\nContributors: Sergey Krashevich\\nChatGPT API: acheong08\\nEdgeGPT API: acheong08\\nBard API: acheong08\\n\\nSupport the project by buying my music: https://f3rni.bandcamp.com",
3
+
"help_message": "\uD83D\uDCC4/start - Welcome message and bot version\\n❓ /help - Show this message\\n\uD83E\uDD16/chatgpt <request> - ChatGPT request\\n\uD83D\uDD35/edgegpt <request> - EdgeGPT request\\n\uD83D\uDDA5/bard <request> - Bard request\\n\uD83D\uDDBC/dalle <request> - Draw a picture with DALL-E\\n\uD83E\uDDF9/clear <module> - Clear chat history (chatgpt / edgegpt / bard)\\n\uD83C\uDD94/chatid - Show your chat_id\\n\\n\uD83D\uDCAC Or just send a text message",
4
+
"help_message_admin": "Admin commands:\\n\\n\uD83D\uDCAC/queue - Show requests queue\\n\uD83D\uDD03/restart - Restart modules and telegram bot\\n\uD83D\uDC64/users - Show list of all users\\n\uD83D\uDD28/ban <id> [reason] - Ban a user by their id with reason (optional)\\n\uD83D\uDD13/unban <id> - Unban a user by their id\\n\uD83D\uDCE2/broadcast <message> - Send text message to everyone except banned users",
0 commit comments