https://github.com/nodebb/nodebb-plugin-openai
NodeBB OpenAI plugin
https://github.com/nodebb/nodebb-plugin-openai
Last synced: 4 months ago
JSON representation
NodeBB OpenAI plugin
- Host: GitHub
- URL: https://github.com/nodebb/nodebb-plugin-openai
- Owner: NodeBB
- License: mit
- Created: 2024-07-24T20:25:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-26T23:01:40.000Z (4 months ago)
- Last Synced: 2025-08-27T07:53:02.566Z (4 months ago)
- Language: JavaScript
- Size: 340 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenAI Plugin for NodeBB
This plugin let's users ask questions to ChatGPT in their forum posts by mentioning the chatgpt user with @. The user is created by admins and their username is set in the ACP page.
You can also allow users to send private messages to the chatgpt user.
If the chat gpt user is added to a public room it can answer questions by mentioning like in topics.
The model used can be changed in the ACP page.
Get an API key from openai at https://platform.openai.com/api-keys and save it in the ACP page of the plugin and restart your forum.
## Dependencies
This plugin requires nodebb-plugin-mentions to be installed and active.
## Installation
npm install nodebb-plugin-openai
## Screenshots
