mirror of
https://github.com/JasonYANG170/CodeGeeX4.git
synced 2024-11-23 12:16:33 +00:00
Update run.py
fix some typos
This commit is contained in:
parent
73c3720049
commit
4d59300c60
|
@ -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写一个快速排序。",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user