mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(code quality) Add ruff check to ban print
in repo (#7233)
* fix ruff print check * fix ruff check
This commit is contained in:
parent
a987a49595
commit
2f76c11d9c
3 changed files with 1 additions and 4 deletions
|
@ -75,7 +75,6 @@ class OpenAILikeChatConfig(OpenAIGPTConfig):
|
|||
custom_llm_provider: str,
|
||||
base_model: Optional[str],
|
||||
) -> ModelResponse:
|
||||
print(f"response: {response}")
|
||||
response_json = response.json()
|
||||
logging_obj.post_call(
|
||||
input=messages,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue