MyBB Community Forums

Full Version: RT ChatGPT 1.2b
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
RT ChatGPT
is a plugin which utilizes OpenAI API to generate responses in selected forums and do tasks. The plugin can be extended and new models can be added with ease!

Official stable release >= 1.0 is up. 

#Plugin page
#Dependencies
#Features
  • Using strict typing declaration.
  • Easy to configure options
  • ChatGPT AI to respond in threads for selected forums
  • ChatGPT AI to moderate threads and unapprove threads which are offensive/harmful/etc.
  • Logs of failed/successful actions by OpenAI.
  • More features to come.

#Installation
  1. Copy the directories from the plugin inside your root MyBB installation.
  2. Settings for the plugin are located in the "Plugin Settings" tab. /admin/index.php?module=config-settings

#Update
  1. Deactivate the plugin.
  2. Replace the plugin files with the new files.
  3. Activate the plugin again.

#Removal
  1. Uninstall the plugin from your plugin manager.
  2. Optional: Delete all the RT ChatGPT plugin files from your MyBB folder.

#Feature request
Open a new idea by clicking here
Strange

While installing i am getting error that a file isn't in my directory...

[attachment=45966]

[attachment=45965]
You are correct. I've made a small mistake.

Open /inc/plugins/rt_chatgpt.php and replace those 2 lines:

require MYBB_ROOT . 'inc/plugins/rt_chatgpt/src/Models/AbstractModel.php';
require MYBB_ROOT . 'inc/plugins/rt_chatgpt/src/Models/Post.php';
Successfully installed

When i create a new thread It's saying in log

you must provide a model parameter
Yes, as I don't have token anymore I can't really test it properly, so thank you for providing outputs.

Open inc/plugins/rt_chatgpt/src/Models/Post.php

Insert below $this->method = 'POST';

$this->model = 'text-davinci-003';
Is it mandatory to buy a plan of chat-GPT API ?

now in log it's showing this

You exceeded your current quota, please check your plan and billing details.
No, new accounts get 5$ free token usage for 3 months.

If you don't use within 3 months, it expires.
Ohhh , then i should crear a new account 😁


So sad, i did create a new account and with that i got new API key

But getting same response?
I guess they have removed free tokens for new accounts then.

What it says when you open https://platform.openai.com/account/usage
Pages: 1 2