Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chyroc committed Mar 3, 2025
1 parent 28ed803 commit 5be50c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark_text_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ async def main():
coze_api_token = get_coze_api_token()
coze_api_base = get_coze_api_base()
bot_id = os.getenv("COZE_BOT_ID")
text = os.getenv("COZE_TEXT") or "为什么深圳比北京大"
text = os.getenv("COZE_TEXT") or "讲个笑话"

# Initialize Coze client
coze = Coze(
Expand Down

0 comments on commit 5be50c8

Please sign in to comment.