TGTGInsighttelegram intelligenceLIVE / telegram public index
← TG索引

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @txwl66 · Post #39 · May 14

ChatGPT 机器人!问我任何问题我都会回答你。我还可以总结文本、网页和 Youtube 视频。 已升级为全新的 GPT-4o 模型 @chatgpt_tfrbot #bot#Ai

Hashtags

Results

10,400 similar posts found

General global search

Аргунь阿尔贡

@argunriver · Post #825 · 09/18/2024, 09:14 AM

Telegram AI BOT 搭建 准备工作: 1.Telegram Token (获取方式点击 @BotFather 发送/start后发送/newbot起名结束后获取BOT的唯一Token) 2.一台VPS 3.OpenAI API&Gemini API&Claude API&第三方API站(其中任意一个都可以,根据自身需求选择) 开始搭建打开你准备的VPS安装Docker或者Docker Compose根据自身喜好选择。(安装教程根据VPS系统版本自行查找) 安装完Docker后执行此命令: docker run -p 80:8080 --name chatbot -dit \ -e BOT_TOKEN= 你的BOT TOKEN\ -e API= 你的AI API\ -e API_URL= 第三方API地址\ -e CUSTOM_MODELS= 你想要添加的模型\ -e NICK= 群组触发机器人的字眼\ -e whitelist= 用户白名单\ -e PASS_HISTORY= 上下文数量\ -e GROUP_LIST=群组白名单 \ yym68686/chatgpt:latest Docker Compose执行此命令: version: "3.5" services: chatgptbot: container_name: chatgptbot image: yym68686/chatgpt:latest environment: - BOT_TOKEN=581478{bot_token} - API={token} - API_URL=https://{domain}/v1/chat/completions volumes: - ./user_configs:/home/user_configs ports: - 8080:8080 其中变量请自行对应项目提示调整。 如果你使用的单一API那么现在已经大功告成,你可以使用BOT并将他拉入群中使用了(建议添加BOT白名单和群组白名单防止滥用) 如果你使用几个API的话可以再在VPS上搭建一个New API这样就可以将手上多个API整合在一起了。 一键命令: docker run --name new-api -d --restart always -p 3000:3000 -e TZ=Asia/Shanghai -v /www/wwwroot/new-api:/data calciumion/new-api:latest 此时需要将BOT的API网站更换为 http://你的VPS IP:3000/v1/chat/completions 并在New API后台管理添加对应的模型名称。 至此你只需要在BOT中使用/info调整模型使用习惯即可。 感谢这俩位大佬的项目让我们用上好用的AI BOT https://github.com/yym68686/ChatGPT-Telegram-Bot https://github.com/Calcium-Ion/new-api ⛱️标签:#AI#BOT 🌠频道:@ArgunRiver 🌌投稿:@ArgunRiver_bot

Hashtags

TG索引

@txwl66 · Post #39 · 05/14/2024, 12:14 PM

ChatGPT 机器人!问我任何问题我都会回答你。我还可以总结文本、网页和 Youtube 视频。 已升级为全新的 GPT-4o 模型 @chatgpt_tfrbot #bot#Ai

Hashtags

ChatGPT AI Technology News

@chatgpt_officialnews · Post #354 · 12/28/2025, 05:29 PM

🔥Thanks a lot for the amazing support, everyone! 🔥 Given how heavily photo editing is being used, our team has decided to deliver the highest possible quality ✨ 🚀 We’re upgrading the Nano Banana model from version 2.5 to 3 Pro, so you can enjoy the best and most professional edits anywhere 💎 ❤️ If you’re excited for this awesome update, make sure to like let’s see how hyped you are 😍 🔥 ✉️If you have any issues, updates, or even new ideas, please share them with our support team — you’ll receive free coins as well: 👉@OpenAI_helpdesk ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#AI#BOT#News ➖➖➖➖🔺

Hashtags

ChatGPT AI Technology News

@chatgpt_officialnews · Post #307 · 10/19/2025, 11:48 AM

🆕 New way to earn EXTRA free tokens! 🚀 click on spin button and when done, get extra free token from claim reward button! 👼 Make a try right now: @Chatgpt_OfficialBOT ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#AI#Update#BOT ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #304 · 10/17/2025, 05:41 PM

🆕 New way to earn free tokens! 🚀 You can complete tasks and earn free tokens easily in just some seconds. 👼 Make a try right now: @Chatgpt_OfficialBOT ➖➖➖➖🔻 🧠 BOT: @Chatgpt_OfficialBOT 💎@Chatgpt_OfficialNews #️⃣#AI#Update#BOT ➖➖➖➖🔺

豆豆の垃圾桶

@fdd_JSB · Post #4153 · 10/07/2023, 03:40 PM

解决diybot登陆报错问题 现象: 登录失败 再重新登录 RPCError 406: SEND_CODE_UNAVAILABLE (caused by ResendCodeRequest) 解决方案 : 把上面的文件替换进 repo\dockerbot\jbot\user 执行 ql bot 再去登陆就行了 起因 : tg改了api,导致telethon没法发送短信(别人说的,嘿嘿) #bot

Hashtags

豆豆の垃圾桶

@fdd_JSB · Post #4094 · 08/01/2023, 01:46 AM

diybot无法登陆 1. 进入容器,升级telethon到1.27.0,pip3 install telethon -U 2. 打开user/login.py,把: await user.send_code_request(phone.raw_text, force_sms=True) 替换为: await user.send_code_request(phone.raw_text) 3. 搞定。https://docs.telethon.dev/en/stable/modules/client.html#telethon.client.auth.AuthMethods.send_code_request #bot

Hashtags

豆豆の垃圾桶

@fdd_JSB · Post #4087 · 07/28/2023, 07:17 AM

入群昵称检测汇总 默认是無名的 其他机器人自行修改 #bot

Hashtags

一任阶前点滴到天明

@hearrain · Post #68 · 08/18/2017, 12:43 AM

#bot 推荐一个telegram bot: YouTube Downloader( @utubebot ) 发送一个YouTube link给它,它会返回各种视频格式码率的下载链接,包括抽取音频下载。比如上面Arms原生音乐的YouTube链接,就可以利用这个bot下载音频在telegram上收听。

Hashtags

123•••50•••100•••150•••200•••250•••300•••350•••400•••450•••500•••550•••600•••650•••700•••750•••800•••850•••866867
PreviousPage 1 of 867Next