Skip to content

Latest commit

 

History

History
69 lines (36 loc) · 3.33 KB

File metadata and controls

69 lines (36 loc) · 3.33 KB

Changelog

0.1.5 (2024-10-31)

Bug Fixes

  • increase version lower bound for openinference-instrumentation (#1012) (3236d27)

Documentation

0.1.4 (2024-08-27)

Features

  • liteLLM: Implemented image support and corresponding tests (#900) (f6d11eb)

0.1.3 (2024-08-13)

Features

  • liteLLM: Added suppress tracing to litellm instrumentation (#847) (bda858a)

0.1.2 (2024-08-10)

Features

  • liteLLM: LiteLLM trace config and context attributes propagation (#779) (d104695)

0.1.1 (2024-08-07)

Bug Fixes

  • bump minimum version for openinference-instrumentation (#810) (12e11ea)

Documentation

0.1.0 (2024-07-31)

Features

0.1.0 (2024-07-29)

Features

  • liteLLM functions that have been instrumented:
    • completion()
    • acompletion()
    • completion_with_retries()
    • embedding()
    • aembedding()
    • image_generation()
    • aimage_generation()
  • liteLLM functions that currently don't work:
    • acompletion_with_retries() **

** Currently acompletion_with_retries() is buggy on liteLLM's part. A bug report (BerriAI/litellm#4908) has been filed with liteLLM but for now, the instrumentation and test for acompletion_with_retries() have been commented out