How to integrate Open AI Chat GPT model "gpt-3.5-turbo" in your Android app?

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

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

  • @prasoonpandey8999
    @prasoonpandey8999 6 หลายเดือนก่อน +1

    Thanks my friend. gpt-3.5-turbo model worked for me, appreciate your efforts, great video.

  • @A2K37THPTTANHLINH
    @A2K37THPTTANHLINH 9 หลายเดือนก่อน +3

    SEND FOR ALL USER : model in this code was deleted, you can replace this by "gpt-3.5-turbo-instruct"

  • @paragbharadia2895
    @paragbharadia2895 8 หลายเดือนก่อน

    how do you learn this, i also want to learn to figure out on my own how to write code by looking into gpt document??

    • @ProgrammerWorld
      @ProgrammerWorld  7 หลายเดือนก่อน +1

      Check the API documents. They are good starting point to learn the code of these tools.

  • @didiwaytrooo
    @didiwaytrooo 9 หลายเดือนก่อน

    is this api with prices ? and how much bro ?

    • @ProgrammerWorld
      @ProgrammerWorld  9 หลายเดือนก่อน

      Yes, these APIs are not free. We need to pay as per the usage. Exact charges at any point of time can be referred on the Open AI website.
      Details of this video is also available at:
      programmerworld.co/android/how-to-integrate-open-ai-chat-gpt-model-gpt-3-5-turbo-in-your-android-app/
      --

  • @uchihatashi3249
    @uchihatashi3249 11 หลายเดือนก่อน

    How to make API cheaper?

    • @didiwaytrooo
      @didiwaytrooo 9 หลายเดือนก่อน

      is this api with prices ? and how much bro ?

  • @A2K37THPTTANHLINH
    @A2K37THPTTANHLINH 9 หลายเดือนก่อน

    why i have a bug android:dataExtractionRules="@xml/data_extraction_rules"
    android:fullBackupContent="@xml/backup_rules" ? :v

    • @ProgrammerWorld
      @ProgrammerWorld  9 หลายเดือนก่อน

      These are default parameters in the manifest file of the app:
      android:dataExtractionRules="@xml/data_extraction_rules"
      android:fullBackupContent="@xml/backup_rules"
      If it is giving error then most likely your development environment is not set correctly. "data_extraction_rules" and "backup_rules" files are missing from the res/xml folder.
      One of the easiest workaround to fix this would be to mark them as false.
      android:dataExtractionRules="false"
      android:fullBackupContent="false"
      Hope it works.
      Details of this video is also available at:
      programmerworld.co/android/how-to-integrate-open-ai-chat-gpt-model-gpt-3-5-turbo-in-your-android-app/
      -

    • @A2K37THPTTANHLINH
      @A2K37THPTTANHLINH 9 หลายเดือนก่อน

      @@ProgrammerWorld hi but now i have a new bug, when chatbot reply it said: failed due to + .... i think it error because respone.issucess alway = false due to cant working and when i print respone it is error code 404