Skip to content

ReaLackey v0.3.1

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:05

Fixed

  • The Gemini provider preset now defaults to gemini-3.5-flash. The previous
    default, gemini-2.0-flash, has been retired by Google, so adding a Gemini
    provider seeded a model that no longer exists. gemini-3.5-flash is the current
    latest stable Flash model (multimodal, free-tier accessible). You can still pick
    another model with Fetch models… — e.g. gemini-2.5-flash or
    gemini-2.5-flash-lite for higher free-tier throughput.
  • OpenAI-compatible providers: newer OpenAI models (GPT-5, the o-series)
    no longer fail with Unsupported parameter: 'max_tokens'. Those models require
    max_completion_tokens instead of max_tokens; the adapter now sends the right
    field for api.openai.com, and for any other endpoint that needs it, it retries
    once transparently and remembers the choice for the rest of the session. Servers
    that only understand max_tokens (Ollama, LM Studio, DeepSeek, Groq, …) are
    unaffected.