In this video it shows the steps to develop a flutter app in which it uses a fine tuned model of Gemini AI tool. In this video it writes the dart code for the curl command in the below link:https://ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest#run_inference For steps to create a fine tune model, refer below…
Tag: curl
How to upload a file in OpenAI(ChatGPT) for Fine Tuning?
Steps to upload the file is provided in the below URL: https://platform.openai.com/docs/api-reference/files/create The sample curl command provided in this page is: One will have to update this curl command with one’s details. Below is my example: Then run it in Windows command prompt as below: =========== To get the files…
How to run Google’s AI PaLM API with cURL in MATLAB App Designer?
This video shows steps to run Google’s AI tool – PaLM – API in MATLAB App Designer. It uses the cURL command of POST method to get the request. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com…
How to integrate Google’s generative AI PaLM API with cURL using JSON RestAPI POST in your Android App?
This video shows the steps to integrate Google’s Generative AI’s PaLM API from MakerSuite in your Android App. It uses the cURL command to integrate it. I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code…
How to integrate Open AI Chat GPT model “gpt-3.5-turbo” in your Android app?
In this video it shows the steps to integrate the Chat GPT APIs of “gpt-3.5-turbo” model in your Android App. It uses Android’s volley library to call the GPT APIs from the Json object. I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
How to download an image file from AWS S3 using signed URL in your Android App?
In this video it shows the steps for downloading an image file from AWS (Amazon Web Services) S3 (Amazon Simple Storage Service) in your Android App. It uses the signed URL of the file which is valid for a limited period (max 12 hours). In this demo the signed URL…