Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abi committed Nov 30, 2023
1 parent fa6f579 commit 572dedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = (
Expand Down

0 comments on commit 572dedb

Please sign in to comment.