Skip to content

v1.0.12

Choose a tag to compare

@brontoguana brontoguana released this 29 May 11:51
· 174 commits to main since this release
  • Improved OpenAI-compatible model discovery for clients such as Witsy. The
    model-list endpoint now accepts /models as well as /v1/models, tolerates
    trailing slashes/query strings, and includes the standard created field in
    the returned model object.
  • Also accepts root-base OpenAI chat paths (/chat/completions) in addition to
    /v1/chat/completions, so clients work whether their base URL is configured
    as http://host:port or http://host:port/v1.
  • The server-ready banner now prints client setup details for OpenAI-compatible
    apps: base URL, chat endpoint, models endpoint, API key value, and model name.