Hi,
I’ve been using plexamp for a couple years on windows and android for a couple years. I have a funded OpenAI account and have setup plexamp in windows to use it. It works fine.
I have setup plexamp for android the same way using the same key as windows, but I get the following message when I try to do a search
A problem occurred
you must provide a model parameter
May 08, 2024 05:11:25.594 [Javascript] INFO - [Navigation] Settings
May 08, 2024 05:11:28.014 [Javascript] INFO - [Navigation] Tab: Search
May 08, 2024 05:11:28.838 [Javascript] INFO - Memory usage: 28.0 MB Java: 11.0 MB Native: 50.6 MB
May 08, 2024 05:11:35.477 [Javascript] INFO - GPT: Issuing request for 'classic rock from the late 70s' in language English with model gpt-3.5-turbo-0125.
May 08, 2024 05:11:35.477 [0x449b2cb0] DEBUG - Networking: Create request 53: (POST https://api.openai.com/v1/chat/completions) network type 2.
May 08, 2024 05:11:35.607 [0xfc113cb0] DEBUG - Networking: Completed request 53: (POST https://api.openai.com/v1/chat/completions) with code 400 (have 167 bytes) in 129 ms.
May 08, 2024 05:11:35.615 [Javascript] INFO - GPT: Request 2 failed., HTTP status 400, {
"error": {
"message": "you must provide a model parameter",
"type": "invalid_request_error",
"param": null,
"code": null
}
}
Can anyone confirm that Sonic Sage is working for them on Android currently? It doesn’t work either of my 2 android phones, but it does work on windows pc. So I don’t think its an openAI issue.
Thanks. Just trying to narrow it down and haven’t found much in my searches.
It turns out there was an extra space (blank character) at the end of the key. I’m assuming this is what caused another parameter to be expected for the model. Anyway, I removed the trailing space and it solved this issue.
Hopefully this helps someone else who gets this error message.