I am using the samples from this thread:
https://www.b4x.com/android/forum/t...into-android-applications.145654/#post-923913
but having problem to initiate the procedure.
Like in the sample i got an api-key and integrated it.
So far so good.
Then an error occurs "text-davinci-30" was't allowed any longer.
I changed it to this:
But now an error occured in the log:
But i cant figure out what the correct model parameter could be ?
Any suggestions ?
https://www.b4x.com/android/forum/t...into-android-applications.145654/#post-923913
but having problem to initiate the procedure.
Like in the sample i got an api-key and integrated it.
So far so good.
Then an error occurs "text-davinci-30" was't allowed any longer.
I changed it to this:
Dim m As Map m.Initialize CreateMap("n": 1, "stop": "None", "model": "gpt-3.5-turbo", "prompt": query_string, "max_tokens": 350, "temperature": 0.5):
But now an error occured in the log:
"message": "you must provide a model parameter",:
But i cant figure out what the correct model parameter could be ?
Any suggestions ?