From ba6a6828c4749fca08417a9e08e3bdb60aacd6a9 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 16 Nov 2023 22:16:34 -0500 Subject: [PATCH] update error message --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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