From 572dedbd01f2051a3666b836724a6522dd78b460 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Thu, 30 Nov 2023 11:51:37 -0500 Subject: [PATCH] fix typo --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 2bc7928..91914e5 100644 --- a/backend/main.py +++ b/backend/main.py @@ -122,7 +122,7 @@ async def stream_code(websocket: WebSocket): print("Using OpenAI Base URL from environment variable") if not openai_base_url: - print("Using offical OpenAI URL") + print("Using official OpenAI URL") # Get the image generation flag from the request. Fall back to True if not provided. should_generate_images = (