站点图标 谷姐靓号网

【价值5K】基于openai的人工智障telegram bot开源了-小学生

Rate this post

在线体验:

https://t.me/zhizhangaibot

消耗的是我账号中18美元的赠金,不回复了就是被MJJ们CAO SI了

自己替换 api安装依赖设置权限直接运行即可

    import openai
    import telegram
    from telegram.ext import Updater, CommandHandler, MessageHandler, Filters

    # Replace "TOKEN" with your own Telegram API token
    updater = Updater("你的API", use_context=True)

    # Replace "API_KEY" with your own OpenAI API key
    openai.api_key = "你的API"

    def start(update, context):
    context.bot.send_message(chat_id=update.effective_chat.id, text="我亲自部署,亲自回复!")

    def chat(update, context):
    # Get the user's message
    message = update.message.text

    # Use the OpenAI API to generate a response using ChatGPT
    response = openai.Completion.create(
    engine="text-davinci-003",
    prompt=message,
    max_tokens=1024
    ).get("choices")[0].get("text")

    # Send the response back to the user
    context.bot.send_message(chat_id=update.effective_chat.id, text=response)

    updater.dispatcher.add_handler(CommandHandler("start", start))
    updater.dispatcher.add_handler(MessageHandler(Filters.text, chat))

    updater.start_polling()
    updater.idle()

热议
推荐楼 GSDP 昨天23:07

你是懂5K的

2楼 小学生 昨天22:55

重启下,我放到screen里,要体验的等2分钟再试

3楼 cangshui 昨天22:56

来个机器人搭建教程

4楼 agou888 昨天22:58

今天又赚了5000

5楼 华盛顿 昨天22:58

用API访问的就不是目前大火的智能AIchatGPT,只是几年前发布的一个对话机器人,

没啥意义

6楼 jzelynn 昨天23:07

今天又赚了5000

8楼 xinuu 昨天23:18

今天又赚了5000

9楼 Corei7 昨天23:39

@ecs 你怎么看?这个值5K吗?楼主是不是也是5K狗啊

10楼 静香 昨天23:44

我这日PV 几十w的 站 那价值是不是要超过5K了
https://chatgpt.sbaliyun.com/

12楼 静香 昨天23:55

老板,好像短路了

谁跑路了?把他艾特出来把证据放出来 我去收拾他

13楼 huaheshang 昨天23:59

18美元能问答多少字或者可以问多少个问题,看reddit上老外说,一个问答就消耗几美分,真费钱

申明:本文内容由网友收集分享,仅供学习参考使用。如文中内容侵犯到您的利益,请在文章下方留言,本站会第一时间进行处理。

退出移动版