Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.2.0-alpha1

    5c16283e · Code cleanup ·
    New Features
    * #3522771 Add missing OpenAI TTS voices to api_defaults.yml
    * #3519302 Abstract token usage support
    * #3531260 Remove OpenAI SDK dependency and extend it from Drupal AI core module
    * #3529603 Handle pdf files in chat
    
    Tasks
    * #3515088 Improve the error message when the API key does not work.
    * #3542898 Add changes based on new stream setup and Fibers
    
    Bugs
    * #3534960 dall-e-3 image quality options should be standard or hd
    * #3496412 Bug: Key validation and Rate Limit tester are bypassing host variable; causing Auth errors or Network errors, etc.
    * #3486224 Usage stats in streaming chat need conversion to an array.
    * #3508042 Selecting "o1" model on automator produces error: "Unsupported parameter: 'max_tokens' is not supported"
    
    Contributors:
    thejimbirch, marcus_johansson, alexismmd, maximilianmikus, jan kellermann, jurriaanroelofs, dewalt, prabha1997, dan_metille, anjaliprasannan, kevinquillen, mrdalesmith, aspilicious, brentg, svendecabooter, shaundychko, gxleano, dan2k3k4
  • 1.1.0

    Added default model and provider for each operation type dynamically.
    Adding composer in preperation for the 1.1.0 release
    add is_object($input)
    Issue #3514462: AiProvider plugin filtering out o3 models
    Issue #3522213: Add support for GPT Image 1 model
    Issue #3528590: Add hook_update_N() to set default model if it is not set to...
    Resolve #3524390 "System prompt is"
    Resolve #3528944 "Grumphp.yml forbidden word"
    Tools calling
    Update composer.json for release
  • 1.1.0-beta1

    Tool Calling
  • 1.0.2

    Issue #3504218: Add AiRateLimitException on "Too Many Requests"
    Issue #3501907: Improve checks for tier 1 accounts
  • 1.0.1

    text-moderation-latest is legacy, update to omni-moderation-latest (https://www.drupal.org/project/ai_provider_openai/issues/3499699)
  • 1.0.0

    * O1 does not allow system role
    * Add moderation as default moderation.
    * Unnecessary validation error
    * Drupal Core version 10.2 not supported, should be reflected in info.yml
  • 1.0.0-beta2

    Unnecessary validation error
    Drupal Core version 10.2 not supported, should be reflected in info.yml
    Setup getSetupData
  • 1.0.0-beta1

    3b2f8203 · Update to beta1 ·
    First release