Skip to content

Commit 4ca1b1f

Browse files
hiworldwzjwangzaijun
and
wangzaijun
authored
fix (#526)
Co-authored-by: wangzaijun <[email protected]>
1 parent 3746152 commit 4ca1b1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demos/qa_server/qabot.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ def __init__(self, llm_url="http://localhost:8017/generate"):
3838
# 添加知识库
3939
chat_session.add_prompt(knowledge_start)
4040

41-
title = "lightllm的仓库连接"
41+
title = "lightllm的仓库链接"
4242
content = "https://github.com/ModelTC/lightllm"
4343
chat_session.add_prompt(f"<item><title>{title}</title><content>{content}</content></item>\n")
44-
title = "lightllm的文档连接"
44+
title = "lightllm的文档链接"
4545
content = "https://github.com/ModelTC/lightllm/tree/main/docs"
4646
chat_session.add_prompt(f"<item><title>{title}</title><content>{content}</content></item>\n")
4747
title = "steam 账号"

0 commit comments

Comments
 (0)