Update run.py

fix some typos
This commit is contained in:
Shaobo 2024-07-09 11:50:24 +08:00 committed by GitHub
parent 73c3720049
commit 4d59300c60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ async def chat_profile():
return [ return [
cl.ChatProfile( cl.ChatProfile(
name="chat聊天", name="chat聊天",
markdown_description="聊天demo支持多轮对话。", markdown_description="聊天demo支持多轮对话。",
starters=[ starters=[
cl.Starter( cl.Starter(
label="请你用python写一个快速排序。", label="请你用python写一个快速排序。",