This commit is contained in:
Abi Raja 2023-11-30 11:51:37 -05:00
parent fa6f57914b
commit 572dedbd01

View File

@ -122,7 +122,7 @@ async def stream_code(websocket: WebSocket):
print("Using OpenAI Base URL from environment variable") print("Using OpenAI Base URL from environment variable")
if not openai_base_url: 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. # Get the image generation flag from the request. Fall back to True if not provided.
should_generate_images = ( should_generate_images = (