mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
a03390ccc7
* fix(langfuse_prompt_management.py): add langfuse prompt version param support Adds prompt versioning support * test(test_langfuse_prompt_management.py): add unit test * fix: fix linting errors * fix: add prompt_version instrumentation * fix(langfuse_otel.py): correctly read env var * docs(langfuse_integration.md): clarify v3 recommendation is to use langfuse_otel Closes https://github.com/BerriAI/litellm/issues/11500 * docs(langfuse_otel_integration.md): cleanup docs * test: fix test * test: update tests * fix: fix linting error