首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: 安装Discord AI Chatbot 前面所有...
为Discord Bot 的 API分配一个开发账户:①首先在Autocode中,点击Link New Resource,点击Discord Developer Portal跳转到DC开发者门户网站;②接着点击New Application 建立Discord Bot 的 API,并给bot命名,比如我输入chatgpt,勾选复选框,点击Creat创建;③然后点击oAuth2,复制Client ID和Client Secret填入到对应的框中,...
首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: 安装Discord AI Chatbot 前面所有...
首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: 安装Discord AI Chatbot 前面所有...
# Summary 搬运一个Github上自己搭建ChatGPT Discord Bot的repo。用API来接入ChatGPT等其他LLM服务,主要的好处可以在移动端或者web端打开Discord直接用。 链接:https://github.com/Zero6992/chatGPT-discord
這是一個利用google開發的gemini模型的api來連接discord機器人的Chat bot 頻道具有黑白名單兩種模式(請見常見問題) 文字聊天具有短期記憶功能(記憶句數上限可自訂) 能夠進行圖片辨識 能在DM channel中使用 能通過爬蟲簡單理解網址內容 指令(預設為黑名單模式) 以下所有指令都不需要任何prefix或mention 注意:以下...
Introduction to ChatGPT Discord Bot What is a Discord bot? Key Considerations Before Constructing an AI Chatbot Popular Discord bots Why host a Discord bot on a server? How do I install ChatGPT on Discord How do you make a bot on ChatGPT?
Discord is now using OpenAI’s ChatGPT technology to transform its existing Clyde bot into a talkative chatbot. Clyde is being upgraded next week to answer questions and have conversations with users, much likeOpenAI’s ChatGPTorMicrosoft’s Bing chat feature. It’s part of a broader push for...
活用ChatGPT 讓我們這種非專業人士,也能靠自己寫出自己需求的機器人,我也樂於其中。前陣子也寫了一個 Telegram Bot,能把 Telegram 的訊息一鍵傳到 Readwise。 在這提供給所有需要的朋友,這個 Discord 內容收藏機器人,所需要的兩個檔案(bot.py、requirements.txt),以及建立在 Synology NAS 的 Docker-compose.yml:...
Clone the repository: git clone https://github.com/parodyband/discord-gpt-chat-bot.git cd discord-gpt-chat-bot Create a .env file in the root directory of the project with the following contents: DISCORD_TOKEN=your_discord_bot_token OPENAI_TOKEN=your_openai_api_key BOTNAME="Your Bot Name...