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