Merge pull request #9634 from zoupingshi/dev

chore: fix some typos
This commit is contained in:
Timothy Jaeryang Baek
2025-02-07 23:07:25 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -483,13 +483,13 @@ async def chat_image_generation_handler(
{
"type": "status",
"data": {
"description": f"An error occured while generating an image",
"description": f"An error occurred while generating an image",
"done": True,
},
}
)
system_message_content = "<context>Unable to generate an image, tell the user that an error occured</context>"
system_message_content = "<context>Unable to generate an image, tell the user that an error occurred</context>"
if system_message_content:
form_data["messages"] = add_or_update_system_message(