log10-io / log10

Python client library for improving your LLM app accuracy
https://log10.io
MIT License
96 stars 8 forks source link

Bypass upload for unsupported provider #280

Closed mnicstruwig closed 1 month ago

mnicstruwig commented 1 month ago

Addresses an issue where the log_row isn't created due to an unsupported provider, resulting in an empty payload that causes things to fail downstream. This handles this case.

I've no written tests, but it's probably worth creating a test case before this is merged.

wenzhe-log10 commented 1 month ago

This bug has been fixed in #281 and released in 0.11.0 Closing this PR.