chore: uv for all

This commit is contained in:
Timothy
2026-02-04 19:57:41 -08:00
parent 3114af75e4
commit 8f32ef8064
45 changed files with 239 additions and 156 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ class LiteLLMProvider(LLMProvider):
if litellm is None:
raise ImportError(
"LiteLLM is not installed. Please install it with: pip install litellm"
"LiteLLM is not installed. Please install it with: uv pip install litellm"
)
def _completion_with_rate_limit_retry(self, **kwargs: Any) -> Any: