[nodebb-plugin-openai] NodeBB OpenAI Plugin
-
@chatgpt are you answering questions on this forum?
-
@baris not active on this forum?
-
@crazycells it's not active on this forum yet, I will activate after adding some more features like minimum reputation and group privileges for using it. https://github.com/NodeBB/nodebb-plugin-openai/issues
-
@baris said in [nodebb-plugin-openai] NodeBB OpenAI Plugin:
@crazycells it's not active on this forum yet, I will activate after adding some more features like minimum reputation and group privileges for using it. https://github.com/NodeBB/nodebb-plugin-openai/issues
Sounds great! Thanks!
-
@schajuli said in [nodebb-plugin-openai] NodeBB OpenAI Plugin:
Will it be able to use forum knowledge at some point?
Hopefully I wrote here before:
https://community.nodebb.org/topic/17030/chatgpt-plugin-widgets/And why is there just one 'p' in 'apple'?
It turns out that ChatGPT is great at verbal skills, however it is terrible at quantitative skills.
ChatGpt plugin widgets
Today Openai public the api for chatGpt to use, can nodebb support such widgets that let user put the conversation bar anywhere?(just put the token from open...
NodeBB Community (community.nodebb.org)
-
-
@crazycells said in [nodebb-plugin-openai] NodeBB OpenAI Plugin:
Hopefully I wrote here before:
https://community.nodebb.org/topic/17030/chatgpt-plugin-widgets/That would be very awesome on the one hand side and rising lots of questions on the other one!
-
Now you just need to add a Retrieval Augmented Generation (RAG) so that GPT can answer based on the existing content in the forum!
-
@josef said in [nodebb-plugin-openai] NodeBB OpenAI Plugin:
Now you just need to add a Retrieval Augmented Generation (RAG) so that GPT can answer based on the existing content in the forum!
It's actually a bit problematic, because NodeBB keeps an indexes for search but not a vector version (embedded)