Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Apr 26, 2024
1 parent 273b43f commit 18e6886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/llm_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def override_api(self):
self.override_litellm_completion()
self.override_litellm_async_completion()
else:
logging.warning(f'🖇 AgentOps: Only litetllm v1.3.1+ supported. v{module_version} found.')
logging.warning(f'🖇 AgentOps: Only litellm>=1.3.1 supported. v{module_version} found.')
return # If using an abstraction like litellm, do not patch the underlying LLM APIs

if api == 'openai':
Expand Down

0 comments on commit 18e6886

Please sign in to comment.