Code: Select all
Configuration not found for channel <channel number>, to create POST v1/faceswap/account/<channel number>
Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/ext/privet/ailabs/event/listener.php on line 222: get_headers(<mywebsite>/ailabs/pixverse_meme_face?job_id=534&sid=ba2f71ad5445b89236d4499af95fb5ee): failed to open stream: HTTP request failed!
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 1813: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3035)
Code: Select all
[smention u=<id>]PixVerse_MemeFace[/smention] https://rockcelebrities.net/wp-content/uploads/2021/04/keith-richards-immortal-2021.jpg sitting on the beach having a beer
Code: Select all
Only images in PNG/JPEG/JPG format are accepted.
Good point. I mostly added it for my own purposes as I was getting lost between all the new bots and also wanted to make sure that the correct API method is called (e.g., /animate vs /create) and to provide a help link with details on what parameters are used, etc. I'll see if this can be made customizable.nou nou wrote: ↑Sat Jul 06, 2024 8:44 am A tiny request for the next version - the {info} tag now includes links to useapi pages, which may be useful for admins and devs but not so much for users. Could that info be a separate tag, please? I'd like to keep the actual available commands of course (like for Midjourney) but not the useapi links...
Not sure about the free hosting limitations, you need to clarify this with the support team of that hosting service.John Rambo wrote: ↑Sun Jul 07, 2024 10:05 am I installed your extension on a free hosting, but the bot doesn't respond, here are the images of the post and of acp, could it be something that needs to be set on the hosting that hosts me? Since it is free, are there any limitations?
So plugin is working, which is a good startJohn Rambo wrote: ↑Sun Jul 07, 2024 7:11 pm here is the image, as you can see in the log alone the date and time...yourdomain-com-•-AI-Labs-Log.png
Code: Select all
{
"start": "2024-07-08 02:15:42",
"history": [],
"request.json": {
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "cosa accade nei vulcani?"
}
],
"temperature": 0.9,
"frequency_penalty": 0,
"presence_penalty": 0.6
},
"response": {
"error": {
"message": "The model `gpt-4o` does not exist or you do not have access to it.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
},
"response.codes": [
404
],
"finish": "2024-07-08 02:15:43"
}
"message": "The model `gpt-4o` does not exist or you do not have access to it.",