diff --git a/backend/main.py b/backend/main.py index a3a74ad..6c0fbe1 100644 --- a/backend/main.py +++ b/backend/main.py @@ -55,7 +55,7 @@ async def stream_code_test(websocket: WebSocket): await websocket.send_json( { "type": "error", - "value": "OpenAI API key found. Please add your API key in the settings dialog or add it to backend/.env file.", + "value": "No OpenAI API key found. Please add your API key in the settings dialog or add it to backend/.env file.", } ) return