Chat and use the GPT 3 model from Open AI, in hebrew!, through an android application
How It Works:
-
You write a prompt in hebrew
-
The prompt is sent for translation to english in Azure
-
The english prompt is sent to Open AI
-
The answer from Open AI is sent for translation to hebrew in Azure
-
You get an answer in hebrew to your hebrew prompt!
What do you need to run this?
-
Android studio installed
-
An Azure account
Build instarctions:
-
Go to https://beta.openai.com and sign up
-
Go to https://portal.azure.com and create a translation resource
-
Download the repository as a zip file, extract it, and open it in Android Studio
-
Open the Helper class, and paste your Azure translation api key, the region of the translation resource, and your Open AI key, in the appropriate variables
-
Thats it! run the application on your android phone or an emulator.