From 0a5883252cd297318cc4c5ddd8a8c5a0fab4735f Mon Sep 17 00:00:00 2001 From: DavdGao Date: Tue, 19 Mar 2024 15:59:56 +0800 Subject: [PATCH] fix bug in example --- examples/conversation_basic/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/conversation_basic/README.md b/examples/conversation_basic/README.md index ba108d157..1bdd093a2 100644 --- a/examples/conversation_basic/README.md +++ b/examples/conversation_basic/README.md @@ -5,8 +5,8 @@ assistant agent to have a conversation. When user input "exit", the conversation ends. You can modify the `sys_prompt` to change the role of assistant agent. ```bash -# Note: Set your api_key in conversation_basic.py first -python conversation_basic.py +# Note: Set your api_key in conversation.py first +python conversation.py ``` To set up model serving with open-source LLMs, follow the guidance in [scripts/REAMDE.md](../../scripts/README.md). \ No newline at end of file