diff --git a/.gitignore b/.gitignore index 86abceb..f34b157 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ env __pycache__ certificate.* private.* +*.tar.gz diff --git a/README.md b/README.md index fbbb85e..5c483ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ๐Ÿค– GPT-Telegramus v5 -| ![GPT-Telegramus logo](logo.png) |

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!

| -| -------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| ![GPT-Telegramus logo](logo.png) |

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!

| +| -------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |

@@ -20,14 +20,12 @@

-

-

@@ -99,6 +97,7 @@ ## ๐Ÿ“™ Project based on - **F33RNI/LMAO API** (Unofficial open APIs): +- **Groq API** (Official Python API): - **acheong08/EdgeGPT** (API): - **jacobgelling/EdgeGPT** (API): - **acheong08/BingImageCreator** (API): @@ -120,12 +119,12 @@ See **๐Ÿง Running as service on linux**, **๐Ÿ“ Running on Raspberry Pi (ARM)** 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 8. Run main script `python main.py` -- **ChatGPT** +- ๐Ÿ’ฌ **ChatGPT** - Free browser-like Chat-GPT. Currently, without extensions and image requests (text only) (because I don't have a paid account to test it) - Stream response support - Chat history support - See for more info -- **Microsoft Copilot (aka EdgeGPT aka Bing AI aka Sydney)** +- ๐ŸŸฆ **Microsoft Copilot (aka EdgeGPT aka Bing AI aka Sydney)** - Supports conversation style `/style` - Stream response support - Chat history support @@ -135,14 +134,19 @@ See **๐Ÿง Running as service on linux**, **๐Ÿ“ Running on Raspberry Pi (ARM)** - Suggestions (for **lmao_ms_copilot** only) - See for more info - **NOTE:** Non-LMAO API (the old one `ms_copilot`) is deprecated! Please use `lmao_ms_copilot` instead -- *Microsoft Copilot Designer* (**DEPRECATED**) +- ๐ŸŽจ *Microsoft Copilot Designer* (**DEPRECATED**) - Bing Image Generator. Used as a separate module due to issues with the EdgeGPT module - Free and unlimited -- **Gemini** +- โ™Š **Gemini** - Google's AI using the Gemini Pro model - Chat history support - Requests with images (you can send an image with text to it) - Requests with images will not be recorded in the chat history since Google hasn't support this +- ๐Ÿ”ด **Groq** + - Official Python API + - Chat history support + - **Very fast** response + - Multiple models (*see `/model` command*) ---------- @@ -286,7 +290,9 @@ You can add **a new language**. For that: - ๐Ÿงน `/clear` - Clear chat history - ๐ŸŒŽ `/lang` - Change the language - ๐Ÿ†” `/chatid` - Show your chat_id +- โš™๏ธ `/model` - Change model of module (Currently for ๐Ÿ”ด Groq module only) - `/style` - Bing AI conversation style +- `/chat` - Send request in group chat - Other direct module commands (please check automatically-generated list of commands inside bot) ### Admin commands diff --git a/banner.png b/banner.png index c15203a..61442de 100644 Binary files a/banner.png and b/banner.png differ