Integrate ChatGPT into your own discord bot. Contribute to Zero6992/chatGPT-discord-bot development by creating an account on GitHub.
ChatGPT Discord Bot A discord bot based on text-davinci-003 model from OpenAI API Installation Clone the repository git clone https://github.com/sahilyeole/chatgpt-discord-bot cd into the chatgpt-discord-bot directory Make sure you have the latest version of Node installed and run the foll...
点选Sign Up直接用Github帐号登入并授权 -> 按下Skip跳过初始化设定 进入后中间主页的部分点选Create-> 跳出框,点选右上角Import from Github 若尚未加入 Github 仓库,则点选连结Connect GitHub to import your private repos.-> 勾选Only selectrepositories-> 选择ChatGPT-Discord-Bot 回到第四步,此时Github UR...
创建Discord 机器人 首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: 安装Discord A...
# Summary 搬运一个Github上自己搭建ChatGPT Discord Bot的repo。用API来接入ChatGPT等其他LLM服务,主要的好处可以在移动端或者web端打开Discord直接用。 链接:https://github.com/Zero6992/chatGPT-discord
首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: ...
首先你需要打开这个页面https://discord.com/developers/applications创建一个 Discord Application,然后在这个 Application 中创建一个 Discord 机器人,在 Bot 的设置页面中找到 token 并复制下来。 将MESSAGE CONTENT INTENT打开: 通过OAuth2 URL Generator将机器人邀请到你的服务器中: ...
Discord Chat Bot Example client.on("messageCreate",async(message)=>{if(!message.guild||message.author.bot)return;letChatBotChannelId="ChannelID";letchannel=message.guild.channels.cache.get(ChatBotChannelId);if(!channel)return;if(message.channel.id===channel.id){letchatreply=awaitchatGpt.chat(me...
.github fix: CI 2年前 .husky feat: init 2年前 bin Merge branch 'main' into main 2年前 demos feat: add gpt-4 demo 2年前 docs chore: update ts docs 2年前 media chore: update demo gif 2年前 src switch tokenizer implementation with pure js and more compatible js-tiktoken ...
If you run into any issues, we do have a pretty activeChatGPT Hackers Discordwith over 8k developers from the Node.js & Python communities. Lastly, please consider starring this repo andfollowing me on twitterto help support the project. ...