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/ --
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/ -
@@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
Thanks my friend. gpt-3.5-turbo model worked for me, appreciate your efforts, great video.
SEND FOR ALL USER : model in this code was deleted, you can replace this by "gpt-3.5-turbo-instruct"
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??
Check the API documents. They are good starting point to learn the code of these tools.
is this api with prices ? and how much bro ?
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/
--
How to make API cheaper?
is this api with prices ? and how much bro ?
why i have a bug android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" ? :v
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/
-
@@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