Skip to content

v0.0.10

Choose a tag to compare

@KeremTurgutlu KeremTurgutlu released this 27 May 12:39
· 48 commits to main since this release

New Features

  • MediaUrl for direct url handling without byte reading (#31)

  • Add timeout to mk_client (#26)

  • Add retry logic with exponential backoff to acomplete (#25), thanks to @ncoop57

  • Yield tool calls JIT (#19)

Bugs Squashed

  • force enable web_search for codex models (#22), thanks to @jackhogan
    • The litellm metadata file is missing supports_web_search for GPT-5.4 so the Codex version wasn't getting it. Explicitly set it to True like we do for non-codex gpt models.