[3.2][3.3][RC] AI Labs with Midjourney, Mureka, FaceSwap, 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!
Ideas Centre
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: 769
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

Oooooh Christmas came early! Weeeee! :)
Goztow
Registered User
Posts: 382
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

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

Post by Goztow »

Am now testing this extension on my test forum. For now I'm only using Gemini as it's the only free to use (if I'm not mistaking). Very nice work!
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

I'm getting this when it tries to reply to a thread.. ChatGPT
1e8158da8c139bec20f1de6b711620f6.png
You do not have the required permissions to view the files attached to this post.
Goztow
Registered User
Posts: 382
Joined: Fri Aug 17, 2007 10:31 am
Location: Belgium

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

Post by Goztow »

Aragon Burner wrote: Wed Feb 05, 2025 3:00 am I'm getting this when it tries to reply to a thread.. ChatGPT
1e8158da8c139bec20f1de6b711620f6.png
Click on the button as shown in the image below to read the log. This is probably because you have the free version of chatgpt. You need to add credits to the openai API (as explained earlier in this topic) or use a paying account. You can also configure gemini which does work for free but is less performing.
You do not have the required permissions to view the files attached to this post.
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

I'm actually using the paid ChatGPT token
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

The error is telling m,e im using the wrong api key which is really weird as i only have the 1 key generated and I've copied it exactly
User avatar
nou nou
Registered User
Posts: 769
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

What's the model you have specified?
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

gpt-4o
User avatar
nou nou
Registered User
Posts: 769
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

Here's mine for gpt-4o, maybe it can help you:

Code: Select all

{
  "url_chat": "https://api.openai.com/v1/chat/completions",
  "api_key": "my-api-key",
  "model": "gpt-4o",
  "temperature": 0.9,
  "max_tokens": 4096,
  "top_p": 1,
  "frequency_penalty": 0,
  "presence_penalty": 0.6,
  "prefix": "",
  "prefix_tokens": 0,
  "max_quote_length": 10
}
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

It looks exactly like mine... I'm at a loss.
User avatar
privet.fun
Registered User
Posts: 129
Joined: Sun May 07, 2023 8:46 pm
Location: https://privet.fun

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

Post by privet.fun »

Aragon Burner wrote: Sat Feb 08, 2025 9:19 pm The error is telling m,e im using the wrong api key which is really weird as i only have the 1 key generated and I've copied it exactly
You can test your API key using CURL at https://platform.openai.com/docs/quicks ... guage=curl
User avatar
nou nou
Registered User
Posts: 769
Joined: Sat Oct 29, 2016 8:08 pm

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

Post by nou nou »

Discord just updated their tokens again - are you still planning to have a global Discord token setting in the extension @privet.fun?
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

privet.fun wrote: Sun Feb 09, 2025 6:05 pm
Aragon Burner wrote: Sat Feb 08, 2025 9:19 pm The error is telling m,e im using the wrong api key which is really weird as i only have the 1 key generated and I've copied it exactly
You can test your API key using CURL at https://platform.openai.com/docs/quicks ... guage=curl
I'm trying to do so now... I'm new to CLI kind of lol... But it's asking me to execute the following curl in my terminal...

curl "https://api.openai.com/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENAI_API_KEY" \
-d '{
"model": "gpt-4o-mini",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Write a haiku that explains the concept of recursion."
}
]
}'


My question is do i paste all that directly into my terminal at once? Or is it supposed to be separate commands?
User avatar
warmweer
Jr. Extension Validator
Posts: 12184
Joined: Fri Jul 04, 2003 6:34 am
Location: somewhere in the space-time continuum

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

Post by warmweer »

You're using the

Code: Select all

[c]...[/c]
bbcode.

For multiple line text you're better of using the [code]...[/code]

Code: Select all

curl "https://api.openai.com/v1/chat/completions" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OPENAI_API_KEY" \
    -d '{
        "model": "gpt-4o-mini",
        "messages": [
            {
                "role": "system",
                "content": "You are a helpful assistant."
            },
            {
                "role": "user",
                "content": "Write a haiku that explains the concept of recursion."
            }
        ]
    }'
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Aragon Burner
Registered User
Posts: 15
Joined: Mon Feb 03, 2025 1:58 am

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

Post by Aragon Burner »

So i figured it out... When inputing your API key, remember to take out the < and > lol

Return to “Extensions in Development”