Skip to content

Releases: OlympiaAI/open_router

v0.3.3

30 May 02:20
Compare
Choose a tag to compare

Sends metadata for site rankings on openrouter.ai

Can be overriden with extra_headers on configuration object.

v0.3.2

30 May 01:57
Compare
Choose a tag to compare

Fixes issue with streamed responses failing with_indifferent_access on empty string response.

v0.3.1

30 May 01:52
Compare
Choose a tag to compare

Important fix: Don't raise a ServerError when streaming and you get a blank response, since that's normal behavior.

v0.3.0

03 May 17:54
Compare
Choose a tag to compare
  • Uses Faraday's built-in JSON mode
  • Added support for configuring Faraday and its middleware
  • Spec creates a STDOUT logger by default (headers, bodies, errors)
  • Spec filters Bearer token from logs by default