[3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Get Involved
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Dead Man wrote: Sun Jul 21, 2024 4:51 pm Seems very interesting. Got to do allot of reading to see how this all works. Anyone got video demos of them using it?
Videos would be pretty boring. It works, and it works well. You post something, you wait, a response comes.
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Oh and while you wait you can just go do something else on the forum. It's neat, really.
User avatar
salvocortesiano
Registered User
Posts: 277
Joined: Mon Mar 22, 2010 1:49 pm
Location: Florence (Italy)
Name: Salvo Cortesiano

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by salvocortesiano »

nou nou wrote: Sun Jul 21, 2024 6:21 pm
salvocortesiano wrote: Sun Jul 21, 2024 2:07 pm
Greetings,
I understand. I use phpBB hosting server on Linux platform. Could you point me to the user who solved this problem?

Thank you
Salvo
It's John Rambo, just above.
Thanks :D
The best way to predict the future is to invent it!
Image
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by privet.fun »

I wonder if I should add support for recently released Llama 3.1, which is now leading in multiple tests/categories?

Here's API vendor with 450B support I found so far https://llama-api.com, there's probably more.
Price table from https://console.llama-api.com/account/usage, pricing is based on the number of parameters of the model:
<7b = $ 0.0004 / 1K Tokens
between 7b and 34b = $ 0.0016 / 1K Tokens
>34b = $ 0.0032 / 1K Tokens (I assuming this will be covering 450b model)

Which makes is a lot cheaper than Chat-GPT 4o https://openai.com/api/pricing/
gpt-4o
$5.00 / 1M input tokens ($0.5 / 1K Tokens)
$15.00 / 1M output tokens ($1.5 / 1K Tokens)

User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

privet.fun wrote: Wed Jul 24, 2024 6:18 pm I wonder if I should add support for recently released Llama 3.1, which is now leading in multiple tests/categories?
I literally just logged on to come ask you if you would consider supporting Llama. Yes please!

Also, open source so this is going to go places, people will optimize/specialise it for all sorts of purposes.
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by privet.fun »

nou nou wrote: Thu Jul 25, 2024 11:03 am
privet.fun wrote: Wed Jul 24, 2024 6:18 pm I wonder if I should add support for recently released Llama 3.1, which is now leading in multiple tests/categories?
I literally just logged on to come ask you if you would consider supporting Llama. Yes please!

Also, open source so this is going to go places, people will optimize/specialise it for all sorts of purposes.
Good point, should be relatively easy to add. Just need to find good API provider, there appears to be a lot of them but pricing vary wildly.
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Maybe check in with the useapi folks?
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Question for you - I'm trying to get answers that are more technically consistent with phpBB so I tried adding this as a prefix:

Code: Select all

Your answers must be clear, organized and concise. You MUST write any Lua, Python or other programming code inside [code] BBCode tags.
But both ChatGPT and Gemini insist on code samples to be written inside markdown ```

When I add that prefix inside a prompt though, they come back with neatly BBCode tagged code, so I'm not entirely getting it.

Do you have any insights there?
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Iiiiiinteresting... for ChatGPT it seems to be solved by writing
Your answers must be clear, organized and concise. You MUST write any Lua, Python or other programming code inside [code][/code] BBCode tags.
i.e. adding BOTH tags.

Gemini not so...
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

I may have asked this before - apologies if I did - but is there a coming-soon kinda plan to support attachments for ChatGPT? So I can upload a text file to it to read for example?
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by privet.fun »

nou nou wrote: Thu Jul 25, 2024 10:32 pm Maybe check in with the useapi folks?
I don't think they have that, will have to shop around to see what's available.
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by privet.fun »

nou nou wrote: Sat Aug 03, 2024 9:59 pm Question for you - I'm trying to get answers that are more technically consistent with phpBB so I tried adding this as a prefix:

Code: Select all

Your answers must be clear, organized and concise. You MUST write any Lua, Python or other programming code inside [code] BBCode tags.
But both ChatGPT and Gemini insist on code samples to be written inside markdown ```

When I add that prefix inside a prompt though, they come back with neatly BBCode tagged code, so I'm not entirely getting it.

Do you have any insights there?
My attempts to have consistent BBCode tags in responses have so far failed. They work maybe 50% of the time, at best. Hopefully as models progress this will get better.
User avatar
privet.fun
Registered User
Posts: 118
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by privet.fun »

nou nou wrote: Sun Aug 04, 2024 11:42 am I may have asked this before - apologies if I did - but is there a coming-soon kinda plan to support attachments for ChatGPT? So I can upload a text file to it to read for example?
That was my plan to release full multimodal support for all three (Gemini, ChatGPT and Claude). I was mostly curious to see if I could work with images and audio files and have continuous conversations around them. It turned out to be quite difficult mostly due to some limitations around data management. All three also have slightly different approaches to this problem so I'll probably have to draw a line somewhere and release them one at a time. I have some home improvement projects to complete this summer which take up big chunks of my free time but I do hope to release this before EOM or early in September.
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

Nice thank you! Obviously take all the time you need :D
User avatar
nou nou
Registered User
Posts: 677
Joined: Sat Oct 29, 2016 8:08 pm

Re: [3.2][3.3][RC] AI Labs with Midjourney, FaceSwap, PixVerse, Pika, Claude, ChatGPT, Gemini, DALL-E, Stable Diffusion

Post by nou nou »

PS this extension is a nice addition to working with the bots' response styles:

https://github.com/AlfredoRamos/phpbb-ext-markdown

Testing it on my test server before deploying, I've had some (minor but annoying) conflicts with earlier versions of it.

Return to “Extensions in Development”