Not part of this extension, but I have a custom plugin that analyzes the first X posts made by new users and deactivates them based on certain conditions (OpenAI response template: check if provided message contains spam. answer yes or no). It helps to remove outright spam with minimal effort. You can certainly extend that to do more and even moderate every single post, but there are a lot of gotchas along the way (OpenAI, for instance, is rate-limited and not free). Additionally, you might encounter a decent share of false positives. I understand Discourse software does that by default, and my personal experience with a few Discourse forums was just awful because of that, so I'm not going to suggest it.BoloDia wrote: Tue Oct 22, 2024 8:55 pm Hey. Can I use this extension to automoderate my forum? E.g. I'd like to correct spelling issues, improper vocabulary or even reject a post if it is offending.
By the time I got around to adding it it was no longer free and required a $95 subscription for an unlimited account.nou nou wrote: Sun Oct 06, 2024 7:44 pmOoooh exciting!privet.fun wrote: Sun Oct 06, 2024 6:56 pm I played today a bit with https://useapi.net/docs/articles/minimax-bash. Probably best text to video AI I've seen so far, and it is free. Should be relatively easy to add.
They also added music generation https://useapi.net/docs/articles/minimax-music-samples. It does work but it's a far cry from what Suno or Udio can do. You also have to choose from like godzillion of music style before you can generate, this will be a challenge for text driven UI.
phpBB in general may not be the best platform for that type of interaction (message post-editing).BoloDia wrote: Wed Oct 23, 2024 12:22 am Nah, you can define how sensitive it can be. Different usage would be to correct spelling mistakes, punctuation and other non-subjective activities.
I do not see much value in having an AI-backed user on my forum if it cannot moderate. Could anyone give me some use-cases?
nikk106 wrote: Mon Jul 31, 2023 2:36 am Hello privet.fun,
Tried many times with different usernames and different forums. Every time I get an error message. What am I doing wrong?
Pict-1.png
Pict-2.png
I'm using
php version 8.2.8
phpBB 3.3.10
mysql ver 8.0.33
Yes, you can adjust existing code for Midjourney and/or Pika bots to work with with your local API running Flux and such. That is assuming that server hosting your phpBB forum has access/tunnel to your local PC or perhaps you will expose those API publicly, there're multiple options.Miri4ever wrote: Mon Nov 11, 2024 9:23 am Could this extension connect to a local computer for running the free and uncensored AI like ComfyAI, Fooocus, InvokeAI, Flux, when the computer is powered on? Or able to use AI running on my Discord like SnekI or Eeve for Forum Image creation?
Code: Select all
"response": {
"error": {
"message": "Unsupported value: 'messages[0].role' does not support 'system' with this model.",
"type": "invalid_request_error",
"param": "messages[0].role",
"code": "unsupported_value"
Code: Select all
{
"api_key": "...api-key-goes-here...",
"url_chat": "https://api.openai.com/v1/chat/completions",
"model": "o1-preview",
"max_tokens": 32768,
"temperature": 1,
"frequency_penalty": 0,
"presence_penalty": 0,
"max_quote_length": 10
}