update error message

This commit is contained in:
Abi Raja 2023-11-16 22:16:34 -05:00
parent 02ddd63db5
commit ba6a6828c4

View File

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