Create Your Own Telegram AI Chat Bot 🤖 Using OpenAI & Python (Hindi) || Bot Assistant || Death Code

Sdílet
Vložit
  • čas přidán 2. 09. 2023
  • Create Your Own Telegram AI Chat Bot 🤖 Using OpenAI & Python (Hindi) || Bot Assistant || Death Code
    Welcome to Death Code, your ultimate destination for all things programming and tech! In this in-depth tutorial, we'll guide you through the process of building your very own AI-powered Telegram chat bot using the incredible capabilities of OpenAI and Python.
    🚀 What You'll Learn:
    Setting up your development environment
    Harnessing the power of OpenAI's language models
    Integrating your bot with Telegram
    Training your bot to provide intelligent responses
    Customizing and expanding bot functionality
    🔥 Join us on this exciting journey of innovation and automation in Hindi 🔥
    Whether you're a seasoned developer or just starting out, this tutorial is designed to help you master the art of creating AI chatbots. Don't miss out on the opportunity to enhance your skills and build something incredible.
    👉 Subscribe to Death Code for more tutorials, coding tips, and tech insights! Don't forget to like, share, and hit that notification bell so you never miss an update.
    Using PyTelegramBotAPI & openai Module
    #telegrambotdapulishlash #deathcodeyt #python
    ►Python Full Course for Absolute Beginners in Hindi : • Python Tutorials For B...
    ►Python tutorial Code link: drive.google.com/drive/folder...
    keypoints:
    How to create Telegram bot/ Telegram par bot kaise banaye/ Telegram Channel ke liye bot kaise banaye #alltipsandtrick
    How to create Telegram Bot Without any Coding in Mobile | Apna Telegram Bot Kaise banaye [Hindi ]🔥🔥 #techincognito
    Create a Telegram Bot in 10 Minutes with ChatGPT! Make and deploy telegram bot with ChatGPT #VedTheMaster
    How To Create A Telegram Bot Using Python? | Telegram Bot In Python Tutorial | Python | Simplilearn #simplilearn
    Creating a Telegram Bot in Python 3.9 Tutorial (Fast & Easy) #indently
    Create Advanced Telegram Bot Without any Programming or Coding | Menu Builder Bot Tutorial. #techincognito
    Create Your Own Telegram Bot With Python #NeuralNine
    Best 10 Hidden Telegram Bots 🤖| Best Telegram Bots #Akshayandshubham
    How To Create A Telegram Bot With Python #csdojo
    How To Make Own Telegram Bot, Telegram ka refer bot kaise bnaye, Telegram Earning bot kaise bnaye #heavenlooters
    2 Secret Telegram Bots jo apke bhot kaam ayenge😍❗ #techcoachtanuja
    You can follow us at:
    ►Facebook: / deathcodeyt
    ► Twitter: / deathcodeyt
    ► Instagram: / deathcodeyt
    ► Reddit: / deathcodeyt
    ► Pinterest: / deathcodeyt
    ► Our blog: deathcode.in/blog
    ► Website: deathcode.in
    Keywords:how to create a telegram bot using python, telegram bot in python tutorial,create telegram bot with python, telegram bot with python tutorial,python programming, python tutorial, python for beginners,python tutorial for beginners, simplilearn python training,how to create telegram bot with python,python telegram bot with pytelegrambotapi, python telegram bot,telegram bot python,creating a telegram bot in python, telegram bot, simplilearn, codeWithHarry, TechWithTim, Coders, Death Code, android studio,code,coding,program,programming,tutorials,android,studio,java,kotlin,python,c#,how to,app,applications,developer,developement,learn coding,learn programming,free,coding in flow,androidevs,code palace,windows,computers,ios,technology
    #deathcodeyt
    #pythonfullcourse
    #BotTutorials
    #pythonforbeginners
    #pythonDeathCode
    #pythonProgramming
    #pythonTutorialForBeginners
    #python projects
    #pythonInterviewQuestions
    #pythonAdvancedProgramming
    #python
    #pythonAdvanced
    #pythonAi
    #pythonAppDevelopment
    #deathcode
    #DeathCodeYT
    Keywords:
    telegrambotcreate your own telegram bot python, deathcode, deathcodeYT, python tutorials for free, python tutorial in hindi, Python tutorial with Death, Python tutorial for everyone,easy python tutorials, easy python learning, python sikhe, python learning, python tutorial death code, python tutorial playlist deathcodeYT, python game creation, while loop in python, pyhton tutorial for beginners in hindi freePycharm HindiWhat Is Python With Full Information In Hindi?CodingPython Class 10 CbsePython In 8 MinutesCode With Harry PythonPython Tutorial For Beginners In HindiPython For BeginnersLearn Python In HindiPython 3.7 HindiInstalling PythonLearn Python Fast HindiWscube TechPython Programming LanguageComplete Python TutorialPython TrainingPython Tutorial For Beginners With ExamplesPython (Programming Language)Python OopsPython And Pycharm SetupPython TutorialsPython TuplesPycharm Setup WindowsPython Basic TutorialPython Language Video In HindiPython Programming ExamplesWhat Is Python Used ForCode With MoshPython Hindi TutorialsL
  • Jak na to + styl

Komentáře • 87

  • @DeathCodeYT
    @DeathCodeYT  Před 6 měsíci +5

    Replace ChatModal Function with given below:
    def ChatModal(prompt):
    global chatStr
    openai.api_key = OPENAI_KEY
    chatStr += f"Death: {prompt}
    Jarvis: "
    response = client.completions.create(
    model="davinci-002",
    prompt="",
    temperature=1,
    max_tokens=256,
    top_p=1,
    frequency_penalty=0,
    presence_penalty=0
    )
    chatStr += f"{response['choices'][0]['text']}"
    return response['choices'][0]['text']

  • @taijulislam6904
    @taijulislam6904 Před 9 měsíci

    Vai assa Laga .... bohut asse se samjhateho aap....love from Bangladesh ❤❤

  • @motive_shorts01
    @motive_shorts01 Před 9 měsíci +2

    for my case show this message "You exceeded your current quota, please check your plan and billing details."
    but why i don't know , can you help me

  • @vineetsingh7156
    @vineetsingh7156 Před 10 měsíci

    Thenks ❤

  • @farhanpasha5321
    @farhanpasha5321 Před 17 dny

    Love from India

  • @Deviletgfj
    @Deviletgfj Před 7 měsíci

    Bhai kobold api use kar sukte hai kya open ai ke jga pe ?

  • @user-ri2zx2eq3j
    @user-ri2zx2eq3j Před 4 měsíci

    cool video)

  • @nareshsharma9966
    @nareshsharma9966 Před 8 měsíci +2

    Bhai Movie k liye bot banane ka tutorial do😊

  • @Asim.T.i.p.u
    @Asim.T.i.p.u Před 10 měsíci +1

    Good way of explaining....❤

    • @DeathCodeYT
      @DeathCodeYT  Před 10 měsíci +2

      Thanks a lot 😊, keep watching 👍👍

  • @technifyedofficia
    @technifyedofficia Před 10 měsíci +3

    Thank you bro

  • @technifyedofficia
    @technifyedofficia Před 10 měsíci +1

    Muje ye hi sikhna tha

  • @farhanpasha5321
    @farhanpasha5321 Před 17 dny

    Amazing
    Maja aa gaya video dekhkar
    Kya explaination hai yarr
    Bhai WhatsApp bot par bhee bana do video

    • @DeathCodeYT
      @DeathCodeYT  Před 17 dny

      Soon

    • @farhanpasha5321
      @farhanpasha5321 Před 17 dny

      Bhai WhatsApp bot using opensource model like Lama3,Gemini,BERT se bana dena badi meharbani hogi kyuki openAI se to sab bana rahe hai but koi bhee opensource model se nahi banata

  • @shankartipstrick3163
    @shankartipstrick3163 Před měsícem +1

    Auto filter movie bot kese banaye bhai using python

  • @ahsanarshad2555
    @ahsanarshad2555 Před 2 měsíci

    bro myra bot koi response he ni kr rha, connection isssue to no hoga ku ka telegram proxy lga kr chlta hai without proxy ni eski wja sy to koi issue ni ara?

  • @epicseditors
    @epicseditors Před 4 měsíci

    Bhai ek gaming telegram bot par bhi video banaye

  • @naimlive1022
    @naimlive1022 Před 20 dny

    bhai muje samja nahi aara kese krna he me you tube video download bot bannra tha to samja nahi me chatgpt ke madam se banna ra tha ye samja nahi aara mene code paste kiya fir bi nahi hora

  • @VamshiTeluguTech
    @VamshiTeluguTech Před měsícem

    Bro where i can get this code please tell me.... 😢

  • @user-xv2rm8em5o
    @user-xv2rm8em5o Před 10 měsíci

    please upload the new video for coding

  • @DNgErGmer-ne5gs
    @DNgErGmer-ne5gs Před 3 měsíci

    I want to creat ddos script by Python in Telegram bot

  • @manasstylestar
    @manasstylestar Před 8 měsíci

    Bhai kuchh issue aarahahe "he api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable" Kya thoda help karenge

    • @DeathCodeYT
      @DeathCodeYT  Před 8 měsíci

      You can share code screenshot on telegram, there I will help

  • @EthioIconicclip
    @EthioIconicclip Před 4 měsíci

    'Completion' object is not subscriptable

  • @Deviletgfj
    @Deviletgfj Před 7 měsíci

    Bhai btao please KOBOLD api ka use ho sakta hai kya telegram bot me

    • @DeathCodeYT
      @DeathCodeYT  Před 7 měsíci

      Yes you use kobold ai api if they allow

  • @epicseditors
    @epicseditors Před 4 měsíci

    Bhai kya aapse baat ho sakti hai?

  • @_13grj
    @_13grj Před 10 měsíci

    Telegram userbot, music bot kaise banaye
    Khudka

  • @Deviletgfj
    @Deviletgfj Před 7 měsíci

    Bro create a telegram bot using kobold api key please

  • @waytouttrakhand
    @waytouttrakhand Před 3 měsíci

    Bhai error ho raha hai 6:40 output nahi aa para

  • @_13grj
    @_13grj Před 10 měsíci +1

    Bhai userbot banao na yarr

  • @Sourav-gb3ci
    @Sourav-gb3ci Před 3 měsíci

    bro error code 429 aa raha hain,

  • @FilmibeatAllround2hell
    @FilmibeatAllround2hell Před 9 měsíci +1

    Bhai mai poll type bot banana chahta hu
    Jaise ki agar bot koi question puche aur user options pe click kare
    Ye kaise banega bhai
    Bhai please reply karo

  • @DNgErGmer-ne5gs
    @DNgErGmer-ne5gs Před 3 měsíci

    I want to creat ddos script😢

  • @NditapahNDIKUKA
    @NditapahNDIKUKA Před 3 měsíci

    Translation, English version please

  • @RoyalDevil708
    @RoyalDevil708 Před 10 měsíci

    Magnmantbot plz

  • @pokegirl8386
    @pokegirl8386 Před 6 měsíci

    For my case when I run it
    print ("Bot Started...")
    It shows
    AttributeError: module 'telebot' has no attribute 'Telebot' . Did you mean: 'Telebot'?
    Like this please help me 🥺

    • @DeathCodeYT
      @DeathCodeYT  Před 6 měsíci

      you can explain it on telegram

    • @eminence8005
      @eminence8005 Před 6 měsíci

      bot = telebot.TeleBot(Bot_API) ye line same as it is rkho

  • @Aymi012
    @Aymi012 Před 4 měsíci +1

    Webhook ko kaise delete kare 😭😭😭😭😭😭😭😭😭😭😭😭

  • @adibatoons4543
    @adibatoons4543 Před 6 měsíci

    mujhe ek bot bana na hai jo ki sirf chats ko report krta ho link ke zariye......to uske liye konsa python package use karu.........thora guide krdo please bhai please!

    • @DeathCodeYT
      @DeathCodeYT  Před 6 měsíci

      New command add krdo ban krke or fir usme new function lgado jo ban kerega or baki ban kese krna hai vo aap dekh skte ho telegram ki api jo hm use krte hai unpe

    • @adibatoons4543
      @adibatoons4543 Před 6 měsíci

      @@DeathCodeYT ye telegram ki API kaha dekhne ko milegi botfather?

  • @shivamSingh-me
    @shivamSingh-me Před 7 měsíci

    Bhai ek bot banvana h kitna loge

  • @anshikasharma4884
    @anshikasharma4884 Před 8 měsíci

    error showing 'completion' object is not subscriptable

  • @souravsinghnag2377
    @souravsinghnag2377 Před 10 měsíci

    bhai bot kaise bnai jo main channel ke link se bot pe aai toh voh vo specific video send kare

  • @sureshtimma
    @sureshtimma Před 6 měsíci

    Bro I have doubt in creating python bot. Do you solve it please?

  • @DeepKumar-nx8dq
    @DeepKumar-nx8dq Před 6 měsíci

    Were is the code,,,drive me lots of files bot wala code konsa hai

    • @DeathCodeYT
      @DeathCodeYT  Před 6 měsíci

      On telegram channel you will find bot.py file

  • @nikhilkumarshah2288
    @nikhilkumarshah2288 Před 4 měsíci

    Chat bot to bna liya but list kaise kru sever me jaha 24*7 reply kre wo v free mei

  • @unknownhacker2600
    @unknownhacker2600 Před 8 měsíci

    Can i do this in android😢😢i have pydroid3, acod

  • @_13grj
    @_13grj Před 9 měsíci

    Bhai wo syntax error bata raha hai, 'return' out side function

    • @DeathCodeYT
      @DeathCodeYT  Před 9 měsíci

      You can send screenshot or error on telegram channel

    • @_13grj
      @_13grj Před 9 měsíci

      Sure

    • @_13grj
      @_13grj Před 9 měsíci

      ​@@DeathCodeYTtelegram channel ki link

  • @kaushik.ranjan
    @kaushik.ranjan Před 7 měsíci

    Bro source code dedo

  • @anshikajanghu3166
    @anshikajanghu3166 Před 9 měsíci

    BOT not replying even when I followed all the steps

    • @DeathCodeYT
      @DeathCodeYT  Před 9 měsíci

      You can give details on telegram channel, link in description

  • @AdityaParmar25
    @AdityaParmar25 Před 6 měsíci

    Mera Bot Sirf chatmodal not defined kar raha hai😢

    • @DeathCodeYT
      @DeathCodeYT  Před 6 měsíci

      Chat gpt updated there apis and functions, you can join telegram group for solution

    • @AdityaParmar25
      @AdityaParmar25 Před 6 měsíci

      @@DeathCodeYT which ??

    • @DeathCodeYT
      @DeathCodeYT  Před 6 měsíci

      Check description of video

  • @akshaybauri5888
    @akshaybauri5888 Před 19 dny

    টোকেন বট ক্যাইসে বানাতে হে

  • @aamirmansoori9559
    @aamirmansoori9559 Před 8 měsíci

    bhai telegram storage bot bana hain jo file send karke 1 day ke baad delete karde

    • @aamirmansoori9559
      @aamirmansoori9559 Před 8 měsíci

      mujhe knowledge 0 hain mei coding ka c bhi nhi jantq

    • @DeathCodeYT
      @DeathCodeYT  Před 8 měsíci

      You can make these algorithms on Python, search about file handling in python

    • @aamirmansoori9559
      @aamirmansoori9559 Před 8 měsíci

      @@DeathCodeYT aap search karke dedo

  • @youtubespecial1043
    @youtubespecial1043 Před 8 měsíci +1

    Bro help me 😭 your code is not working
    Error : 'Completion' object is not subscriptable
    Please give me a solution tomorrow is my college project presentation

    • @DeathCodeYT
      @DeathCodeYT  Před 7 měsíci +1

      you can chat on telegram for quick response

    • @youtubespecial1043
      @youtubespecial1043 Před 7 měsíci +1

      @@DeathCodeYT thanks for your response bot is working 😊

  • @akshaybauri5888
    @akshaybauri5888 Před 19 dny

    বট গেম ক্যাসে বানাতে হে

  • @usehacks.in.
    @usehacks.in. Před 7 měsíci

    Bhai camara hacking bot kaise banaye

  • @usehacks.in.
    @usehacks.in. Před 7 měsíci

    Please 🙏🙏🙏 camera hacking bot

  • @usehacks.in.
    @usehacks.in. Před 7 měsíci

    Yarrr... Bata do🥲🥹🥹🥹🥹