update error message
This commit is contained in:
parent
02ddd63db5
commit
ba6a6828c4
@ -55,7 +55,7 @@ async def stream_code_test(websocket: WebSocket):
|
|||||||
await websocket.send_json(
|
await websocket.send_json(
|
||||||
{
|
{
|
||||||
"type": "error",
|
"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
|
return
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user