How to use ChatGPT on Discord - AI Chatbot Tutorial

Поділитися
Вставка
  • Опубліковано 9 чер 2024
  • I added ChatGPT to Discord. This is possible by creating a Discord Bot and integrating the AI into the API provided by OpenAI and Discord.
    ⭐ New - Teach Me OpenAI Digital Book ⭐
    enhanceui.gumroad.com/l/teach...
    I've put together a easy to understand book with ~60 pages about OpenAI and GPT with how to get started to integrate it into projects, code examples, and much more!
    ChatGPT Discord Chat Bot Starter Kit:
    enhanceui.gumroad.com/l/chatg...
    Full Version Features 👆:
    - Chat History (like ChatGPT with Message History)
    - ChatGPT is typing notification
    - Better prompt engineering
    - Tagging and custom text triggers
    -etc
    00:00 - Introduction
    00:30 - ChatGPT Discord Starter Kit
    00:47 - Node JS Setup
    01:23 - Discord Setup
    01:39 - Create Discord Bot
    02:42 - Discord Token Configuration
    03:21 - Discord Authorization
    04:09 - JavaScript Initialization of Discord and OpenAI
    05:48 - Discord Bot Message Reply
    06:43 - Testing Discord Chatbot
    07:21 - Configuring Chatbot
    07:58 - OpenAI API Key
    08:55 - Adding OpenAI to Discord Message Replies
    09:39 - Prompt Engineering ChatGPT Message for Discord
    10:27 - Message Reply to users with ChatGPT
    10:56 - Testing Discord ChatGPT Chatbot
    11:19 - Conclusion
    This is one of a series of Chat GPT videos I'm doing about Open AI and how to create chat bot integration. If this chatbot tutorial for discord helped, let me know, and if you have other ideas for integration like using midjourney or DALLE, add it in the comments. Thanks for all the support on the channel!
    #chatgpt #openai #ai
  • Наука та технологія

КОМЕНТАРІ • 284

  • @Retfosho
    @Retfosho Рік тому +44

    This actually helped me create my own simple bot that chooses a random image from an array to respond to a specific message. Great info in this, appreciate the quality vid

    • @twarogchat___my__Teleqram_id
      @twarogchat___my__Teleqram_id Рік тому

      ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @gamer134xd
    @gamer134xd 5 місяців тому +2

    Iam facing an type error: Configuration is not a constructor. (const configuration = new configuration ({. How to fix this?

  • @Bjornaman
    @Bjornaman Рік тому +2

    I just asked ChatGPT how to create a GPT3 bot in discord and it fully explained to me how I can do it. Even gave me working code needed to run it and I got it working.

  • @softwaredeveloperblog
    @softwaredeveloperblog Рік тому +4

    Great video! I used ChatGPT for programming it is a useful thing 😀

    • @marz6217
      @marz6217 11 місяців тому

      chat gpt for creating discord bot we have to pay or is it free to use

  • @coding5886
    @coding5886 Рік тому +161

    This is using GPT3 though, not ChatGPT, similar but not the same.
    There is no official API for ChatGPT yet!
    You should also mention that this is using up credits, 2 cents for 1000 tokens, which is roughly 750 words, prompt and answer combined. This may sound like it's not much but important to consider when releasing a chatbot for a community server and allow everyone access to it.

    • @AdrianTwarog
      @AdrianTwarog  Рік тому +9

      Yeah good point, a lot of peoples introduction to open ai models are through chatgpt, and while the model from openai knows what it is, it wont be exactly the same!

    • @CraftPit
      @CraftPit Рік тому +35

      @@AdrianTwarog not a single point.. a couple of crucial points i would say.

    • @coding5886
      @coding5886 Рік тому +10

      One important advantage of ChatGPT over GPT3 is that it remembers your previous prompts, so you can ask follow-up questions without having to start all over again. I guess you could implement it with GPT3 by passing in the previous prompts in the new prompt. However this will increase token usage and there is also a limit of 4000 tokens in a single prompt...

    • @camfuinrules
      @camfuinrules Рік тому +3

      @@coding5886 if im not mistaken the bot discord bot could be modified to include a database to remember conversations and or. have it converse with threads instead of posts and have the bot reffer to the thread for info.. i know theres a bit more to it than just that.. but. its do able

    • @KennyWlr
      @KennyWlr Рік тому +1

      @@AdrianTwarog ChatGPT uses GPT 3.5 basically afaik, so a GPT-3 davinci model is definitely not the same thing.

  • @ja.digital617
    @ja.digital617 9 місяців тому

    awesome content pal!

  • @howlsatthemoon277
    @howlsatthemoon277 Рік тому +7

    Thank you for this video. I got it working! I had an idea to implement slash commands on it that would allow for changing between the different models like davinci3 codex and dalle2. I got the basic slash commands like Ping and AD added but as soon as I changed the basic / command names it wouldn't let me register them. My guess is to create our own new /'s there is some other process. Anyway if you like the idea have a crack at it as it is beyond me for now. Thanks again!

  • @zamundacrypto
    @zamundacrypto Рік тому

    GREAT Video !! Well done 🔥🔥🔥🔥🔥🔥

  • @doodelinux
    @doodelinux Рік тому +1

    Hey Adrian, great tutorial 😀

    • @twarogchat___my__Teleqram_id
      @twarogchat___my__Teleqram_id Рік тому

      ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @davidduries9112
    @davidduries9112 Рік тому

    I love your channel and your ideas. I m an IT guy , you are so helpful mate. Merci

  • @Steasylife
    @Steasylife Рік тому

    currently using chat gpt on my youtube channel to biuld a business from scratch...my conclusion is - shocking web design, great content

  • @KomodoBitGames
    @KomodoBitGames Рік тому +1

    So if I buy your starter kit do I still need to do the vs code stuff or is it plug and play in discord?

  • @mreliteliving
    @mreliteliving Рік тому +1

    Paid and downloaded your Discord bot set up package. Is this going to work for Mac as well? I see you are using another software as well to make this work. Is it the Visual Studio? Thanks

  • @martynkeigher4957
    @martynkeigher4957 Рік тому +2

    Are you planning to do a simlar video with Slack?? Would be very interested in that one!! :)

  • @adamhughes9938
    @adamhughes9938 Рік тому

    Thank you for this video. One topic I'm fuzzy on is how to host AI-enabled applications. For example, if we build a neat thing in chat GPT, is there some standard way (or tool) to get it hosted in the browser, as chrome extension, in a mobile assistant etc...
    Imagine I wanted to build a motivational app that you talk to it about how you are feeling and it peps you up. Would I have to build an app from scratch to host this? Or is there some shortcut?

  • @vellocx
    @vellocx Рік тому +6

    I get the following error: "Error: Request failed with status code 401"
    followed by where in the script it occurred (node_modules\axios\lib\core\settle.js:17:12) and (node_modules\axios\lib\adapters\http.js:322:11)
    and then the whole log showing every detail of request and response.
    Do I need to pay OpenAI, or should the free trial be sufficient? Is that creating the error? Google says 401 is an authentication error so idk...
    it also says: isAxiosError: true,

  • @matheusfehh
    @matheusfehh 6 місяців тому +1

    I'm having trouble running the library in typescript. Does the API support the language?

  • @ayushhkhare3213
    @ayushhkhare3213 Рік тому +1

    Great to see this

  • @Corteum
    @Corteum Рік тому +1

    Quality content 👍

  • @FreakZado
    @FreakZado Рік тому +1

    I cannot get the npm install to work properly I get this message "NPM : The term 'NPM' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name,
    or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + NPM install
    + ~~~
    + CategoryInfo : ObjectNotFound: (NPM:String) [], CommandNotFoundException"

  • @gogiy
    @gogiy Рік тому

    i managed to make this with dall-e support and it works very well

  • @JTsWorks
    @JTsWorks Рік тому

    I have seen people do this where they transcribe a podcast and then you can ask any questions that the podcast has talked over. Any ideas on how to do that and incorporate it to discord?

  • @jozsefvalkai3285
    @jozsefvalkai3285 Рік тому

    Hi Adrian! What do you think can I use this bot for sale purposes? I mean someone would not use my discord app, and when visitor arrives to my website this chatbot can be the "honeypot" and it can reply to visitor?

  • @jbmxcreations
    @jbmxcreations 11 місяців тому

    There's a veredict though.. As discord has type/text characters limit for one response, so how this applies to the response of chatGPT ? the responses will be elaborative enough of get collapsed down to stay within limit?

  • @WilliamTatum
    @WilliamTatum Рік тому

    I've been trying to follow allong but right at the start i get a type error about not being able to read guilds, any suggestions would be greatly appreciated - newbie just trying to learn along with everyone else.

  • @VegaLyrae
    @VegaLyrae 7 місяців тому

    I imagine I can do this exact method to import my own fine tuned gpt-3.5-turbo api key from openai instead? Or would I be mistaken?
    Also can you limit it to only respond in a certain channel not the entire discord?

  • @jeanctoledo
    @jeanctoledo Рік тому +1

    Great Content!!! Do you know what I should do for the bot to be able to remember previous prompts? Should I always prepend previous prompts or there is another way for the bot to "remember"?

    • @Kallen50000
      @Kallen50000 Рік тому

      @@textAdrain_TwarogonTEL... could you just answer his question please

  • @albertocatania6165
    @albertocatania6165 Рік тому

    This video is amazing but I feel really overwhelming from all these info. May I ask you a video on how to create step by step (for beginners) a Saas? I would like to see how you connect chat gpt with a website that will be the frontpage that customers will use. Thank you in advance. :)

  • @jordantheman25
    @jordantheman25 Рік тому +1

    I am getting 401 Unauthorized , I have reset api key and discord bot key with multiple attempt, no dice. Should I just try and make another account?

  • @dipayancodes
    @dipayancodes 11 місяців тому

    what is the extension you use , that auto highlight the complete code before , you write the whole code

  • @SandeshBJoshi
    @SandeshBJoshi Рік тому +1

    It would be thankful if you've made a AI bot including ChatGTP's feature.

  • @rubencabrera8519
    @rubencabrera8519 Рік тому

    Hi, bought the started kit code, but I am trying to submit this to heroku and everything went fine, except that when I create a Profile to start the app automatically so I dont have to login to the console to do it manually, after few seconds the app crash, I can ask the bot maybe 1 sentence and then it crash, in the logs on heorku said Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch, can you please add instructions for us how to upload the app to heroku.
    Thanks

  • @sandragarciacaamano4175
    @sandragarciacaamano4175 Рік тому

    Hello, I have managed to program everything with the help of ChatGPT3 itself and by watching your video. ChatGPT3 appears online, but when I write something to it, it responds with: "Error: Request failed with status code 429" and later it shows "too many requests". What is the reason for this error? Will it not work unless I subscribe and pay for ChatGPT?

  • @Xiaoxooooo
    @Xiaoxooooo Рік тому +6

    Great video! I am able to add the AI in my server and added a few functions to enable members to add his username and use the bot to ask questions as well as a specific command so that the bot will not reply to all messages only on those message with that command.

    • @AdrianTwarog
      @AdrianTwarog  Рік тому

      Very nice! Good to hear this helped, it’s the same functions I added to the enhanced version starter kit!

    • @cmc2110
      @cmc2110 Рік тому

      How to find the custom url? I’m stuck with that

    • @Xiaoxooooo
      @Xiaoxooooo Рік тому

      @@cmc2110 watch 3:38 just copy what he type and replace YOUR_CLIENT_ID with your client id then paste the link in your browser.

    • @cmc2110
      @cmc2110 Рік тому

      @@Xiaoxooooo thanks, I added an extra I for permission lol

    • @jaserjsk
      @jaserjsk Рік тому

      Could you please tell me how you were able to add commands to the Bot?

  • @jenniferchan6126
    @jenniferchan6126 Рік тому

    Does the starter kit come with instructions? I'm interested in buying it.

  • @abdoufma
    @abdoufma Рік тому +4

    This is NOT chatgpt!
    This just uses GPT-3's text-davinci-003 language model.
    ChatGPT is quite a bit more advanced, and (more importantly) , can keep the context of the conversation when responding to a prompt.
    I appreciate the informative video, but the video title is just clickbait.

  • @CEOBRANDEN
    @CEOBRANDEN 10 місяців тому

    Can I use this with my own prompt for my business like sendpulse and can I pay you to create it

  • @michalesalazar1744
    @michalesalazar1744 Рік тому +1

    whats the custom url? i cant read it clearly in the video

  • @GrowthAndGainsPodcast
    @GrowthAndGainsPodcast Рік тому +3

    I bought the starter pack and the files in it do not match the files in the mp4 video so I cannot run the npm. Some help maybe? I did the rest of the steps.

    • @FreakZado
      @FreakZado Рік тому +1

      I agree, how do we get the index.js file to run the npm install?

  • @charlesrobichaud-parahawkm4088

    Excellent thanks you

  • @narajulya
    @narajulya 3 місяці тому

    Why my string process.env.DISCORD_TOKEN is undefined? huhu I double check .env file carefully but still have this error. Hope to get your response. Thank you~

  • @camfuinrules
    @camfuinrules Рік тому +3

    how hard do you think it would be to database conversations for memory like the website has? or put them thru threads and have it use them for chat history? awesome you got this vid up aswell. thank you. i was hoping you would do one :) i picked up your gpt3 project from the previous video and have it up and running just not modified for prompting yet. and i was going to say. a discord bot set up with a chatgpt like memory.. and an interface or settings in discord to change models and how creative and such the bot could be.. would pay.. straight up would buy that code from you aswell lol. keep up the good work dude.. im digging what your putting out there

    • @AdrianTwarog
      @AdrianTwarog  Рік тому +3

      Good question. My full example does include chat history and this context as part of conversations! I’ll throw together a quick video to showcase that on the item page!

    • @camfuinrules
      @camfuinrules Рік тому

      @@AdrianTwarog you absolutly rock brother

  • @hypertabloid9357
    @hypertabloid9357 8 місяців тому

    does it come with a cost? i wanna add it to my small server with my friends only but if it is pay2use then im not gonna try this

  • @Omaha_Paulie_E
    @Omaha_Paulie_E 2 місяці тому

    Hello, I am an active member in my discord gaming community. The game is very complex and no real good guides exists on the web; however, there are a handful of experts who everyday type out their suggestions, provide hints, and help newer players. I am thinking that an AI bot could be pointed to this discord and we could just ask the AI bot to search existing comments (going back 7 years) to provide a nice response to the myriad of questions we get everyday. Is this possible do you think?

  • @Rambol_XP
    @Rambol_XP Рік тому

    having issues with visual studio not knowing npm/node commands despite them being installed on my pc

  • @mrx-pc2ru
    @mrx-pc2ru Рік тому

    I followed all instructions but the bot is now answering or messaging on the discord, its online says its typing but no message comes through

  • @MysticM4
    @MysticM4 10 місяців тому

    when i run the node index.js command it doesnt do anything bot stays offline, any help?

  • @jesuscries7426
    @jesuscries7426 Рік тому

    How do you keep it alive/online?When I close my VS, it goes offline on Discord.

  • @wallisonbrumatti3676
    @wallisonbrumatti3676 Рік тому

    An error with the character count is occurring. How can I split the bot's responses into multiple messages?

  • @FreakZado
    @FreakZado Рік тому

    I purchased your product and I do not see all of the files that you supplied to me, based on what I see in your video with your files. They differ

  • @eliesan
    @eliesan Рік тому

    this look like really diffculet!

  • @marccoaraujo
    @marccoaraujo Рік тому

    My problem is the size of the prompt. How can I send more than 4000 tokens?

  • @LightAndy
    @LightAndy Рік тому +2

    Hello! I get a very big error, can you or someone help me? I did everything that is in the video (copied every word and doesn't work).. 😕

    • @maskman4821
      @maskman4821 Рік тому

      Because you dont know how node / express works, you need to have some level of backend development experiences, being able to debug, etc. 😅

  • @adtwomey
    @adtwomey Рік тому

    Will this always be free if me make the bot or will we will have to pay for API?

  • @tuxyflow749
    @tuxyflow749 Рік тому

    i have a problem but whenever i type its not responding and it sent error on the terminal

  • @sebastians4439
    @sebastians4439 Рік тому +3

    Do one for the discourse forum as well :) Its an open source forum. Or maybe how to add a gpt chatbot to your website with a prompt where u can tell it "pretend youre a sales person for a cat daycare and try and get people to call us".

    • @AdrianTwarog
      @AdrianTwarog  Рік тому

      Haha okay, that sounds like a good idea (or two!)

  • @blueobject
    @blueobject Рік тому

    Which vendor/app on Android? Does Open AI have their own? Are there going to be thousands of these?

  • @KatamanLeVrai
    @KatamanLeVrai Рік тому

    hi, I have the error 429 even though I have never used j'api before, does anyone have a solution?

  • @Psychitect
    @Psychitect Рік тому +4

    I followed your video on how to set it up, and I pass everything, but in the end, I keep getting an error. A "too many requests" or error 429. How would I get around this?

  • @user-mh8rj8rf2b
    @user-mh8rj8rf2b 9 місяців тому

    Thx, but how to choose only one channel that this bot can use?

  • @thecompositeman
    @thecompositeman Рік тому

    If i install this chatgpt bot in my discord community which is used mainly around trading and being an assistant while trading, whil this chatbot automatically learn and save the data/sentences around this topic so can i train it to become specific to how it answers based on the data it gets fed with.
    Or is this not possible throigh this discord bot?
    Thanks for answering in advance!

    • @ward_jl
      @ward_jl Рік тому

      This is very interesting, have you figured this out? Looking forward to hearing about it!

  • @jimmyrj7461
    @jimmyrj7461 Рік тому

    question, does this work for chatgbt plus? if so how?

  • @Ahlf0rss1
    @Ahlf0rss1 Рік тому

    Hmm I got it work but my chat bot is writing just nonsense XD any ideas how to fix this? Reduce temperature?

  • @user-dg7sv6ot6y
    @user-dg7sv6ot6y 10 місяців тому +7

    we're many people who dont understand coding or understand your terms. we simply wanted the bot ready to download and run in our servers.

    • @dhruvgupta5658
      @dhruvgupta5658 9 місяців тому +4

      You can't just download a whole bot without any knowledge of code

    • @sycronix_
      @sycronix_ 3 місяці тому

      Bruh

  • @zcouldmusic
    @zcouldmusic Рік тому +1

    Hello Adrian and thank you for the video! Please make us for the Telegram bot, I beg you🔥☺️

  • @historiclabs
    @historiclabs Рік тому +4

    Can you please elaborate on this for someone who does not have a full grasp on the crucial points.For example if i was to add it to my discord group. What would be the advantages and disadvantages?

    • @historiclabs
      @historiclabs Рік тому

      @@Pickyricky69420 Well if i had someone code it onto my channel. Would it be worth it to my audience?

    • @Dotrund
      @Dotrund Рік тому

      This bot will have reoccurring costs and does not use the latest model.
      No one can determine the value it will have for your community unless you can identify valuable use cases within your own community. Except maybe a consultant but they also cost money

    • @jayroo10
      @jayroo10 Рік тому

      Seriously if you need to ask that question 🤦🏽‍♂️

  • @kevinrios5737
    @kevinrios5737 11 місяців тому

    Mannnn Thanks a bunch, but I get an error and I don't know what it may be. Each time I tell GPT something, it answers three times in a row

  • @bhaskarshukla2604
    @bhaskarshukla2604 Рік тому

    can you pls tell which extension you are using to show suggestion when you write code like in timestamp 4:56 4:49 and so on

  • @misdiofficial
    @misdiofficial Рік тому

    is it possible to make describe picture with chatGPT bot discord?

  • @Imeric_
    @Imeric_ Рік тому

    I did that myself but i also made the bot from scratch in java

  • @personalitynft
    @personalitynft Рік тому

    What's the best way to add your own data to this bot?

  • @llceej
    @llceej Рік тому

    So how can it keep track of multiple conversations, I purchased the file but could use some support

    • @llceej
      @llceej Рік тому

      the node module file isnt in my zip file download

  • @dugheno2727
    @dugheno2727 Рік тому

    6:50 when i type that command,it doesnt work,anybody knows why?

  • @rori5168
    @rori5168 Рік тому +1

    Hey I am absolute IT noob, but I decided I can make this. I purchased the starter kit, I was following the tutorial and I do not understand how to do node thingy so the bot would appear online, also my files look little differently than in the video. I was trying to figure it out over an hour, but I did not make it. Is there any way to get support I can ss what I am struggling with, or could you make it EVEN more clear how to do node install thing? I hoped I can make it work when I purchase the starter kit, but I am more noob than I thought I was. Please help so I can run the bot :-/ Thanks for your reply.

    • @AdrianTwarog
      @AdrianTwarog  Рік тому +1

      So you don’t have nodejs installed? Yeah I can put that tutorial together!

    • @rori5168
      @rori5168 Рік тому

      @@AdrianTwarog I do, but when I try to do the final step (getting the bot online) I either (most likely) do it wrong, or I am missing something. I know it must be hard for you to explain what you already in detail even more detail for doodoos like me xP Thanks if you elaborate I have attempted few times now, but I cannot make it work :-/

    • @migi7787
      @migi7787 Рік тому

      @@AdrianTwarog 🙂please do, though the code is quite clear, thanks!

  • @Decapodd
    @Decapodd Рік тому

    can the bot use Chatgpt's streaming feature?

  • @haroldtshionyitshionyi4558
    @haroldtshionyitshionyi4558 Рік тому

    My chat don't answer to my questions what should I do

  • @Fitrecc
    @Fitrecc Рік тому

    bro do you mind sharing this discord server with us, i have only a phone a cant do all that coding and i need chatgpt on discord cant use it on web

  • @DeepElements.3D
    @DeepElements.3D Рік тому

    Dumb question. How the hell can I edit code - there's no code editor in discord that I can see and I have no idea how another editor would affect discord if there is no connection between them. I used to be able to open the panel on the right hand side - but it seems that functionality is completely gone. I'm stumped and feel very stupid.

    • @DeepElements.3D
      @DeepElements.3D Рік тому

      I quickly established the process, sorry I didn't comment afterward.

  • @destoo0
    @destoo0 Рік тому

    I don't understand why I'm getting one-liners from my bot. For example, how should I have it answer a full discourse? Is there any specific way I should word my question?

    • @destoo0
      @destoo0 Рік тому

      Found it. I switched from model: "davinci" to "text-davinci-003". NOW I'm getting real answers!

  • @gwab5834
    @gwab5834 Рік тому

    Help!
    The bot works, when I ask him a question I get an answer from GPT
    but also a self-interpreted answer from GPT on behalf of the discord user who sent the message.
    Vincent sent: i am gonna hack you @Chat GPT
    1. GPT answer: Okay, is your intention to harm me?
    2. GPT answer: Vincent: youll see
    The bot replies itself, the second reply is on behalf of the original sender.
    He thinks he is vincent and also answers on behalf of vincent.
    I have already checked the code 20 times on the video, am I doing something wrong, or are others affected by this?

  • @Dxter.
    @Dxter. 10 місяців тому

    bro how to fix error "used Disallowed Intents"?

  • @marz6217
    @marz6217 11 місяців тому

    i the open ai we have to pay or is it free

  • @ninjawarriors2838
    @ninjawarriors2838 10 місяців тому

    Does this work for Bard AI?

  • @alsdasaafaf
    @alsdasaafaf Рік тому

    When I do the command node .\index.js it shows this at
    Module._resolveFilename (node:internal/modules/cjs/loader:1075:15)
    at Module._load (node:internal/modules/cjs/loader:920:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
    at node:internal/main/run_main_module:23:47 {
    code: 'MODULE_NOT_FOUND',
    requireStack: []

    • @MysticM4
      @MysticM4 10 місяців тому

      same any fix?

  • @Trailerboy42
    @Trailerboy42 Рік тому +1

    Great video. I got the bot running but it wont answer me. Followed this and the starter kit video with no luck. Any help?

    • @maskman4821
      @maskman4821 Рік тому

      If you still cant get anything up and running, simply ask for refund, Adrian wont take your money if it is not working for you 😌

    • @maskman4821
      @maskman4821 Рік тому +2

      For one thing, if you dont know coding as well as nodejs / expressjs development, then this starter kit is not meant for you, it is for developer who dont want to start from scratch, you know 😌

  • @cobinheiland
    @cobinheiland Рік тому

    Can a Mac user with no Programming knowledge be able to use your ChatGpt starter kit?

    • @maskman4821
      @maskman4821 Рік тому +2

      You need backend development knowledge and experiences to get it up and running 😌

  • @fathihassan2012
    @fathihassan2012 Рік тому

    I finished all the steps and I did the npm install and the node.\index.js but the bot is not responding. The bot is online but not responding. Anyone know why?

    • @gladman.stories
      @gladman.stories 10 місяців тому

      Same here.. Did you find out what is the problem?

  • @JeanCharles-uj7sn
    @JeanCharles-uj7sn Рік тому +20

    Error: Request failed with status code 429

    • @ig.fighterboy
      @ig.fighterboy 11 місяців тому

      I also have the same error

    • @JeanCharles-uj7sn
      @JeanCharles-uj7sn 11 місяців тому

      @@ig.fighterboy i found the why in that time, it was because to use ChatGPT it is not free, u need to use credits. That erros means u reached the limit of free token :(

    • @Phoenix_2333
      @Phoenix_2333 11 місяців тому

      I made it

    • @Phoenix_2333
      @Phoenix_2333 11 місяців тому

      @@JeanCharles-uj7snno

    • @gladman.stories
      @gladman.stories 10 місяців тому

      @@Phoenix_2333 what is solution?

  • @CyrixJD115
    @CyrixJD115 Рік тому

    I followed every instruction, and I even triple checked to make sure every line of code is written correctly, and the bot is running, but not getting any responses, all I'm getting is this "Error: Request failed with status code 401" in the terminal.

    • @jgalvan09
      @jgalvan09 11 місяців тому

      check your API it could be that you use all of your tokens

  • @stumblianim638
    @stumblianim638 Рік тому

    Hey, Great Work. Is this work exactly like the ChatGPT site?

    • @twarogchat___my__Teleqram_id
      @twarogchat___my__Teleqram_id Рік тому

      ꜰᴇᴇᴅʙᴀᴄᴋ ᴀᴘᴘʀᴇᴄɪᴀᴛᴇᴅ 👍. ᴇɴᴅᴇᴀᴠᴏᴜʀ ᴛᴏ ꜱᴇɴᴅ ᴀ ᴅᴍ ɪꜰ ʏᴏᴜ ɴᴇᴇᴅ ʜᴇʟᴘ/ꜱᴜᴘᴘᴏʀᴛ ᴀᴛ ᴀɴʏᴛɪᴍᴇ..

  • @Stanimus
    @Stanimus Рік тому

    Can I get somebody to help me set this up in my discord?

  • @IceJackal1984
    @IceJackal1984 Рік тому

    is it free to use? or do I need to pay u?

  • @muhammadadeelarshad5814
    @muhammadadeelarshad5814 Рік тому

    Name of auto complete extension vs code?

  • @pokhoshamulailatpam5552
    @pokhoshamulailatpam5552 Рік тому

    Which is better ipad pro 2021 or galaxy tab S8 plus for making instagram posts and maintaining a small Shopify store for atleast 5 years?

  • @vaibhavnaik26
    @vaibhavnaik26 Рік тому

    4:50 i saw that you get suggestions what to be written, which extension do you use?

    • @vaibhavnaik26
      @vaibhavnaik26 Рік тому

      i don't have telegram
      and sorry for late reply

    • @ActuallyAwesomeName
      @ActuallyAwesomeName Рік тому

      @@vaibhavnaik26 you just answered to a fake account. That's why the the comment is deleted.

    • @MiniTriviaBites
      @MiniTriviaBites Рік тому

      Github copilot

  • @quantum4201
    @quantum4201 Рік тому

    Hi, I've just implemented chatGPT to my Discord server, but immediately after I finished steps with your tutorial Adrian I got error "Error: Request failed with status code 429". Could you help me with that? I even tried to use different API_KEY from my friend's account, but I am getting the same error. Some advice? I need this function cause I wanna test it for psychological science experiment at my University.

  • @scottmclean7730
    @scottmclean7730 4 місяці тому

    How can I order your program

  • @jcdock
    @jcdock Рік тому

    The way you did the url is not needed, there's a link generator

  • @gameonyoutubeofficial
    @gameonyoutubeofficial 8 місяців тому

    why my configuration always problem?

  • @flacktech
    @flacktech Рік тому

    Hello, I applied the steps and the bot works and shows that it is online, but it does not replay to me. What is the solution?

    • @MiniTriviaBites
      @MiniTriviaBites Рік тому

      Has to be a message to the bot on the server NOT a dm