MyBB Community Forums

Full Version: RT ChatGPT is not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I had installed the following plugin:
https://community.mybb.com/mods.php?acti...w&pid=1564

And it is not working. Did anyone else try it out? And how should I test this?
i had it installed, but one need a kind of api-key from chatgpt direct and what then has to be paste in Plugin/rt-chat-gpt. I was on this side and there they want to give you that api-key if you give them your mobile number. What i did not. If you want it, then you can try it with this api-key. There is a "click here" in the plugin-settings beside the api-key-field what bring you to the chatgpt side for the api-key.
(2024-02-12, 08:13 PM)meisme Wrote: [ -> ]i had it installed, but one need a kind of api-key from chatgpt direct and what then has to be paste in Plugin/rt-chat-gpt. I was on this side and there they want to give you that api-key if you give them your mobile number. What i did not. If you want it, then you can try it with this api-key. There is a "click here" in the plugin-settings beside the api-key-field what bring you to the chatgpt side for the api-key.

I have added the API, but I don't know how to trigger the plugin / ai
Have you give it a free user-id? If yes, can you open a new test-thread in your forum to see if the chatgpt announce it in rt-chat? At least that is what i think chatgpt should do with a new thread.
I haven't installed a bot user. Will test now and post results

edit: looking good
[attachment=46653]

edit2:
The model text-davinci-003 has been deprecated, learn more here: https://platform.openai.com/docs/deprecations
It looks like the model has changed into "gpt-3.5-turbo-instruct"

I found a post.php under plugin/rt/chatgpt and in this post.php at line 33 there is the old mode mentioned. Maybe try to replace it with the new model "gpt-3.5-turbo-instruct"

post.php

old model  

Quote:33 $this->model = 'text-davinci-003';

replace with new model

Quote:33 $this->model ="gpt-3.5-turbo-instruct"

I dont know if it works cause i havent installed here. Just give it a try and if it doesnt work just set it back to old one. Deactiveate/activate plugin one has also to do after replacement.

Also remember that it will cost money and me think that is why they want your mobile number ^^

https://openai.com/pricing