From 5be50c845f9b5c498c99487cd69144adeab0effa Mon Sep 17 00:00:00 2001 From: chyroc Date: Mon, 3 Mar 2025 12:19:14 +0800 Subject: [PATCH] update --- examples/benchmark_text_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark_text_chat.py b/examples/benchmark_text_chat.py index 9d5b742..5cd9732 100644 --- a/examples/benchmark_text_chat.py +++ b/examples/benchmark_text_chat.py @@ -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(