You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work! I was trying to get it to work and hit the following issue, the request to OAI was somehow being malformed and it was complaining that you were including both keys oai_key, oai_url on the request.
I didn't actually use the open AI interface, I just used a service that is compatible with it. It may be that the rigor of parameter detection is different. I will see how to modify it and release a new version. Thank you for your reminder.
Hi @LiangWei88 !
Great work! I was trying to get it to work and hit the following issue, the request to OAI was somehow being malformed and it was complaining that you were including both keys oai_key, oai_url on the request.
Here is the payload generate by your extension:
So I went to script.js line 105 and implemented the following fix:
I'm not a PHP/JS dev. So I'll let you evaluate and apply the proper fix. But the one above was capable to get me up and running.
Thanks for the hard work!
The text was updated successfully, but these errors were encountered: