#How do I install the openai client library on github on an Android 13os smartphone?

16 messages · Page 1 of 1 (latest)

night comet
#

How can I install the openai client library on github on my Android13os (google pixel5a5G) smartphone?

(under my current situation)
I want to install the chatgpt api plugin on my smartphone and record my calls.

I would like to install a chatgpt api plugin on my smart phone to record calls.

I am thinking of ways to apply this to my own learning.

(Details of the tasks that are being done manually)
Recording the progress of symptoms when visiting a hospital.
Providing the person on the other end with the necessary identification information when making a phone call.

#

I am most saddened that the message has not been received.

raw cipher
#

Hi, how are you thinking of recording calls using the OpenAI library?

#

GPT3 API cannot record calls or transcribe text

#

You'd need to use something like OpenAI Whisper or etc

#

You can install client libraries into your android app just like normal with other dependencies, by adding it into the pom.xml or gradle build file

night comet
raw cipher
#

Yes but how are you going to record and transcribe the phone call? Do you already have some library that transcribes the audio in the phone call to text?

#

The next step after that would be to just send the text to the GPT3 API, you don't even need to use the library, you can just send it using a Java HTTP client object

night comet
#

I can only say that on my Android smartphone, there is a mixture of audio recordings of my calls with the other party that are still there and those that are not.

raw cipher
#

?

#

I'm asking how you're developing this app

#

I need more information.

#

What tech stack are you using, what programming language, Java/Kotlin? How are you transcribing the audio into text? Are you just putting the transcribed text into GPT with a prompt? Is that the plan?

modest hatch
#

@raw cipher is 100% correct. You can transcribe text however you like on your device. But once you have the text, the only way to use it with GPT is to call the API (using your phones data connection), and waiting for the reply to come back. There is no way to "install" or "deploy" any OpenAI product on your phone.