(code quality) Add ruff check to ban print in repo (#7233)

* fix ruff print check

* fix ruff check
This commit is contained in:
Ishaan Jaff 2024-12-14 15:32:24 -08:00 committed by GitHub
parent a987a49595
commit 2f76c11d9c
3 changed files with 1 additions and 4 deletions

View file

@ -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,