0.1.27 (2025-10-10)
0.1.26 (2025-10-07)
0.1.25 (2025-08-18)
0.1.24 (2025-07-15)
0.1.23 (2025-07-10)
0.1.22 (2025-06-13)
0.1.21 (2025-05-31)
0.1.20 (2025-05-30)
0.1.19 (2025-04-29)
0.1.18 (2025-04-28)
0.1.17 (2025-04-25)
0.1.16 (2025-04-16)
0.1.15 (2025-04-11)
0.1.14 (2025-03-19)
0.1.13 (2025-03-17)
0.1.12 (2025-03-14)
0.1.11 (2025-02-18)
0.1.10 (2025-02-11)
0.1.9 (2025-02-05)
0.1.8 (2025-02-04)
0.1.7 (2025-02-04)
0.1.6 (2025-01-15)
0.1.5 (2024-10-31)
0.1.4 (2024-08-27)
0.1.3 (2024-08-13)
0.1.2 (2024-08-10)
0.1.1 (2024-08-07)
- 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