diff --git a/backend/routes/generate_code.py b/backend/routes/generate_code.py index 29842bd..aef4669 100644 --- a/backend/routes/generate_code.py +++ b/backend/routes/generate_code.py @@ -349,7 +349,7 @@ async def stream_code(websocket: WebSocket): print("Exact used model for generation: ", exact_llm_version) # Write the messages dict into a log so that we can debug later - write_logs(prompt_messages, completion) # type: ignore + # write_logs(prompt_messages, completion) # type: ignore if IS_PROD: # Catch any errors from sending to SaaS backend and continue