Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 20:51

Minor Changes

  • 5f67daf: Switch from Anthropic to OpenAI API endpoints

    • Change API endpoint from /anthropic to /openai/v1
    • Update from anthropic-messages to openai-completions API
    • Add compatibility flags for proper role handling (supportsDeveloperRole: false)
    • Use standard max_tokens field instead of max_completion_tokens