How to use ChatGPT on Discord - AI Chatbot Tutorial

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 277

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

    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 Рік тому

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

  • @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.

  • @gamer134xd
    @gamer134xd 10 місяців тому +3

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

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

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

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

    Hey Adrian, great tutorial 😀

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

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

  • @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.

  • @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

  • @ja.digital617
    @ja.digital617 Рік тому

    awesome content pal!

  • @zSplyyy-n6e
    @zSplyyy-n6e Рік тому +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 Рік тому +5

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

    • @sycronix_
      @sycronix_ 7 місяців тому +1

      Bruh

    • @ValidT
      @ValidT 2 місяці тому +1

      lazy

  • @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?

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

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

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

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

  • @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,

  • @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?

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

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

  • @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!

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

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

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

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

  • @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?

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

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

  • @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

  • @Omaha_Paulie_E
    @Omaha_Paulie_E 6 місяців тому

    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?

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

    Great to see this

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

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

  • @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?

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

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

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

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

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

    Dude. The files in your Starter Kit are not the Files that are shown in the Starter how to video. Is this just a scam or what?

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

      I Agree what the heck.

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

      @@FreakZado So what you ido I make sure you have the node program installed. The most recent version. YOu can easily Google it. After that the steps in the tutorial will work fine. He didn't explain that very well- it was just listed in the must haves. After that mine worked just fine and has been up and running.

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

      @@GrowthAndGainsPodcast any advice on how to get the NPM part to work? I was able to follow his whole video until the end where he mentions the NPM part. 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"

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

    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?

  • @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!)

  • @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. :)

  • @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?

  • @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

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

    I purchased this, but would like a refund and cant find any contact info or anything to request a refund. You said this is ChatGPT, and did not realize was GPT3 and would have to pay for using it. Also, your instructions are extremely lacking in the end and I was not able to get bot online (you do not go into specifics on running the node crap. I have no idea what software to use to run it. I am using Sublime Text to edit the files

  • @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"

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

    Quality content 👍

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

    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

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

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

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

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

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

    Error: Request failed with status code 429

    • @ig.fighterboy
      @ig.fighterboy Рік тому

      I also have the same error

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

      @@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 Рік тому

      I made it

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

      @@JeanCharles-uj7snno

    • @gladman.stories
      @gladman.stories Рік тому

      @@Phoenix_2333 what is solution?

  • @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?

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

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

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

    Need help. I purchased and followed all instruction. But the bot is not responding. Just typing and then gone

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

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

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

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

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

    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?

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

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

  • @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?

  • @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?

  • @JohnHenry-fh3yg
    @JohnHenry-fh3yg Рік тому +1

    7:10 When the AI got mad and IT want to KILL YOU using greet words. ☻

  • @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!

  • @1nf0rmm3pls9
    @1nf0rmm3pls9 Рік тому +2

    This wasted my time. It's not ChatGPT and it doesn't work when you don't pay for credits.
    One can call the title of the video fraud. Or at least deception.

  • @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.

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

      Github copilot

  • @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 🤦🏽‍♂️

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

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

  • @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. 😅

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

    I asked how to get a refund in previous comment and have not received an answer. You did not provide accurate information (ChatGPT vs GPT3 API, and the fact that this would cost credits) and have not had a response. I cannot find any contact info in order to offcially request a refund and I will be contacting my Credit Card provider to dispute charges if you do not reply to this comment to give me some proper contact info to get a refund promptly. You should immediately change your title to "How to use GPT3 API on Discord"

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

    this look like really diffculet!

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

    49$ is a joke. GPT3 is a free program and you shouldn't be allowed to monetize it in any way

  • @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?

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

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

  • @Eugene-f1i
    @Eugene-f1i Рік тому

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

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

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

  • @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

  • @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

  • @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?

  • @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 😌

  • @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.

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

    i got everything to work but it doesnt repply to my messages and it still shows many lines of random stuff Nothing will happen.
    SpadexGaming-5G galaxy: i beat the leaderboard inuusgro and
    MrGanondorf 69: the leaderboard is not a good way to get leaderboard stats, it takes way too long t advance the board
    SpadGPT: Yes you did it.
    SpadGPT: I wasn't talking about you.
    SpadGPT: User CaptainPapasquid has beating that leaderboard.

  • @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

  • @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.

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

    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~

  • @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!

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

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

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

    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

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

    SASTA Mr beast uncle 😂😂😂

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

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

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

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

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

    When following through the guide the ai was off. very off, tried everything. but a "fix" I found was doing:
    client.on('messageCreate', async function(message){
    try {
    // dont bot messages ezz
    if(message.author.bot) return;

    const gptResponse = await openai.createCompletion({
    model: "text-davinci-003",
    prompt: message.content,
    temperature: 0.7,
    top_p: 1,
    max_tokens: 364,
    this seems the most "coherent". but it has a memory of a gold fish

  • @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?

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

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

  • @charlesrobichaud-parahawkm4088

    Excellent thanks you

  • @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!

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

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

  • @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 😌

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

    You should do one for guilded app !!

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

      But then you lose out on full customisation

  • @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

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

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

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

    the configuration is not working at me

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

    what a funny code, this piece of code here:
    GatewayIntentBits.Guilds,
    GatewayIntentBits.GuildsMessages,
    GatewayIntentBits.MessageContent
    gives me an error stating that it isn't defined.... so idk what to do. Also I did all this through powershell, so there's that, but I should be able to create the same code there anyway, so why is it giving me that. And yes I followed the whole script process of what you did. When I did a different process with Python, it started working, but gave me other errors not involving this bit. Any advice?

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

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

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

      Did you forget to include the Guilds intent?

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

      @@wiz_creations nope, but I have a confession, I was using powershell when doing this and that was the mistake, should’ve used pychart lol

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

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

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

    why my configuration always problem?

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

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

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

    Sigh. I keep getting a 400 error, even though my code is the same :/ EDIT: I figured it out. TabNine auto completed "model: davinci" as "engine: davinci". Works no problem now.

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

      all my keys/tokens should be working. I just get the same 400 error anytime I try and interact with the bot in discord

  • @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

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

    TypeError: OpenAiApi is not a constructor
    at Object. (d:\chatbot\Index.js:16:16)
    at Module._compile (node:internal/modules/cjs/loader:1112:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1166:10)
    at Module.load (node:internal/modules/cjs/loader:988:32)
    at Module._load (node:internal/modules/cjs/loader:834:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
    at node:internal/main/run_main_module:17:47

  • @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 Рік тому

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

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

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

  • @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.

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

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

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

    So do I have to keep vscode running to use the discord bot? or once it is deployed can I log off and still use it?

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

    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