How to Integrate ChatGPT with Node.js App using the OpenAI API (2024)

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 พ.ย. 2024

ความคิดเห็น • 16

  • @sharminsultana9206
    @sharminsultana9206 6 หลายเดือนก่อน +2

    hey i just want to know like how many channels do you have? i have so far found 3 of you:
    1)ProgrammingKnowledge
    2)ProgrammingKnowledge2
    3)Hello C & CPP By ProgrammingKnowledge
    all of the channels are active and had the same guy making the videos up until recently being replaced with a woman. what is happening exactly?

  • @ElmerVlog
    @ElmerVlog 6 หลายเดือนก่อน

    Thanks for the info

  • @cryptolweb3
    @cryptolweb3 6 หลายเดือนก่อน +4

    i have this error: TypeError: Configuration is not a constructor
    at Object. (C:\Users\u\Desktop\#3testopenai\index.js:3:16)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49

    • @weler2491
      @weler2491 6 หลายเดือนก่อน

      Same here

    • @PurvaiPatil
      @PurvaiPatil 4 หลายเดือนก่อน

      same here, did you figure out the error

    • @Thiccsheep1
      @Thiccsheep1 4 หลายเดือนก่อน

      The error comes from using the incorrect syntax for v3 when chat gpt is current on v4

    • @willthomas8101
      @willthomas8101 3 หลายเดือนก่อน

      I think maybe to fix the module errors you have to go to the package.json file and underneath the "description" line put '"Type": "module"', I'm not exactly sure but that might help

    • @mirzausamaalibaig9483
      @mirzausamaalibaig9483 3 หลายเดือนก่อน

      @@willthomas8101 no the documentation is changed now,,,,, const OpenAi = require("openai"); const openai = new OpenAI({apiKey: ""}); use this

  • @samikhan-ri1ut
    @samikhan-ri1ut 6 หลายเดือนก่อน

    hello sir i want to learn android studio can you tech me plz

  • @pratyushdubey5362
    @pratyushdubey5362 6 หลายเดือนก่อน

    where is the guy who was making the videos? is he fine??

  • @mohitsain0706
    @mohitsain0706 6 หลายเดือนก่อน

    voice is low

  • @voanhtuan1299
    @voanhtuan1299 5 หลายเดือนก่อน

    package.json
    "dependencies": {
    "openai": "^4.45.0"
    }
    EROR
    const config = new Configuration({
    ^
    TypeError: Configuration is not a constructor
    at Object. (D:\openai\index.js:3:16)
    at Module._compile (node:internal/modules/cjs/loader:1369:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1427:10)
    at Module.load (node:internal/modules/cjs/loader:1206:32)
    at Module._load (node:internal/modules/cjs/loader:1022:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49
    Node.js v20.12.2

    • @superrexer6816
      @superrexer6816 5 หลายเดือนก่อน

      getting the same error, this is a terrible tutorial

    • @Thiccsheep1
      @Thiccsheep1 4 หลายเดือนก่อน

      The error comes from using the incorrect syntax for v3 when chat gpt is current on v4