diff --git a/aphra/llm_client.py b/aphra/llm_client.py index 71c04fd..2df612c 100644 --- a/aphra/llm_client.py +++ b/aphra/llm_client.py @@ -94,4 +94,3 @@ def log_model_call(self, user_prompt, response): logging.info(user_prompt) logging.info("\nRESPONSE\n") logging.info(response) -