Developing a Mobile App with React Native and ChatGPT API | Easy Tutorial

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

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

  • @ltbd78
    @ltbd78 5 หลายเดือนก่อน +3

    Thanks for the tutorial. One question, how do you make the output streamable?

  • @tallenzchumbucket65
    @tallenzchumbucket65 ปีที่แล้ว +2

    Thank you for the tutorial! Very concise and informative! I especially liked the part where you describe how the stack works and that you covered all of the installation requirements.

  • @bts6132
    @bts6132 ปีที่แล้ว +3

    thanks for the tutorial,
    I can connect it to my phone,
    but it shows this"
    Property 'constPrompt' doesn't exist
    at Main.js:17:26 in handleInput
    at Main.js:15:19 in Main
    at node_modules/react-native/Libraries/Pressability/Pressability.js:758:17 in _performTransitionSideEffects
    at node_modules/react-native/Libraries/Pressability/Pressability.js:695:40 in _receiveSignal
    - ... 21 more stack frames from framework internals"
    how to fix this error? thanks

    • @bitheap-tech
      @bitheap-tech  9 หลายเดือนก่อน

      do you have the constPrompt variable defined there?

  • @BallerMcBallersonn
    @BallerMcBallersonn ปีที่แล้ว +2

    Tried changing the model from text-davinci-003 to gpt-3.5-turbo but it doesn't work, why isn't it working?

    • @bitheap-tech
      @bitheap-tech  ปีที่แล้ว

      What's the error?

    • @BallerMcBallersonn
      @BallerMcBallersonn ปีที่แล้ว +1

      @@bitheap-tech comes back with just a 404 error, when literally all I did was change from Davinci to gpt-3.5-turbo

    • @bitheap-tech
      @bitheap-tech  ปีที่แล้ว +2

      There's a different endpoint for this model:
      const apiUrl = 'api.openai.com/v1/completions';

    • @BallerMcBallersonn
      @BallerMcBallersonn ปีที่แล้ว

      @@bitheap-tech Where in the project do i need to do that? Below the configuration with API key?

    • @bitheap-tech
      @bitheap-tech  ปีที่แล้ว

      @@BallerMcBallersonn instead of createCompletion function you need to use createChatCompletion

  • @missyu.official
    @missyu.official ปีที่แล้ว +2

    can you share your github's link

    • @bitheap-tech
      @bitheap-tech  ปีที่แล้ว +2

      My personal one? Here it is: github.com/LaurentiuGabriel
      And this is the link for the project: github.com/LaurentiuGabriel/chatbot_demo

  • @drone-reels
    @drone-reels ปีที่แล้ว +1

    great tutorial!

  • @linda_erose
    @linda_erose ปีที่แล้ว

    getting a prototype error for openai import

    • @bitheap-tech
      @bitheap-tech  11 หลายเดือนก่อน

      Let's sync on discord. I haven't seen this error

  • @gameswizard3502
    @gameswizard3502 ปีที่แล้ว

    Excellent

  • @mmwmmw2055
    @mmwmmw2055 ปีที่แล้ว

    Is that free? or we have to pay?

    • @bitheap-tech
      @bitheap-tech  ปีที่แล้ว

      You pay if you exceed the free quota of accepted calls