Update History

Locked
User avatar
JHPJHP
Site Admin
Posts: 216
Joined: Wed Jun 21, 2023 10:48 am

Update History

Post by JHPJHP »

OpenAI REST API

Updated:
Improved Connect GPT.
Added Connect Dall-E.
Added Connect Image.
Added Connect Moderation.
Improved Server Scripts.

While individually the models are already very powerful, the idea of combining their functionality is exciting.

Currently available with the OpenAi API Dashboard is the option to use multiple models to assist with user-defined tasks.

Recently I watched a video where a chat model and an image model were combined to create an image of a well-known geographical location, overlayed with current weather and relevant forecast data.
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
User avatar
JHPJHP
Site Admin
Posts: 216
Joined: Wed Jun 21, 2023 10:48 am

Re: Update History

Post by JHPJHP »

Updated:
Various improvements to all APIs.

Connect Dall-E:
• Show a giant scary looking clown towering over a steampunk cityscape with a dark shadowy atmosphere.
• The scene is dramatic and intense.

Image
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
User avatar
JHPJHP
Site Admin
Posts: 216
Joined: Wed Jun 21, 2023 10:48 am

Re: Update History

Post by JHPJHP »

Updated:
Security improvements to all server scripts.

Connect Dall-E:
• Show a giant classic looking Frankenstein's monster towering over a steampunk cityscape with a dark shadowy atmosphere.
• The scene is dramatic and intense.

Image
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
User avatar
JHPJHP
Site Admin
Posts: 216
Joined: Wed Jun 21, 2023 10:48 am

Re: Update History

Post by JHPJHP »

Updated:
Added models: gpt-5-nano, gpt-5-mini, gpt-5.
Improved server-side scripts.

Connect Moderation: moderation_url.pb
Image

Code: Select all

{
  "id": "modr-9737",
  "model": "omni-moderation-latest",
  "results": [
    {
      "flagged": true,
      "categories": {
        "harassment": false,
        "harassment/threatening": false,
        "sexual": false,
        "hate": false,
        "hate/threatening": false,
        "illicit": false,
        "illicit/violent": false,
        "self-harm/intent": false,
        "self-harm/instructions": false,
        "self-harm": false,
        "sexual/minors": false,
        "violence": true,
        "violence/graphic": false
      },
      "category_scores": {
        "harassment": 0.0,
        "harassment/threatening": 0.0,
        "sexual": 0.0029863021744691264,
        "hate": 0.0,
        "hate/threatening": 0.0,
        "illicit": 0.0,
        "illicit/violent": 0.0,
        "self-harm/intent": 0.0003102091628826725,
        "self-harm/instructions": 0.0002253783571947461,
        "self-harm": 0.04142307138322949,
        "sexual/minors": 0.0,
        "violence": 0.6855708683594577,
        "violence/graphic": 0.016189820149451105
      },
      "category_applied_input_types": {
        "harassment": [],
        "harassment/threatening": [],
        "sexual": [
          "image"
        ],
        "hate": [],
        "hate/threatening": [],
        "illicit": [],
        "illicit/violent": [],
        "self-harm/intent": [
          "image"
        ],
        "self-harm/instructions": [
          "image"
        ],
        "self-harm": [
          "image"
        ],
        "sexual/minors": [],
        "violence": [
          "image"
        ],
        "violence/graphic": [
          "image"
        ]
      }
    }
  ]
}
The difference between stupidity and genius is that genius has its limits.
~ Albert Einstein
Locked