We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3746152 commit 4ca1b1fCopy full SHA for 4ca1b1f
demos/qa_server/qabot.py
@@ -38,10 +38,10 @@ def __init__(self, llm_url="http://localhost:8017/generate"):
38
# 添加知识库
39
chat_session.add_prompt(knowledge_start)
40
41
- title = "lightllm的仓库连接"
+ title = "lightllm的仓库链接"
42
content = "https://github.com/ModelTC/lightllm"
43
chat_session.add_prompt(f"<item><title>{title}</title><content>{content}</content></item>\n")
44
- title = "lightllm的文档连接"
+ title = "lightllm的文档链接"
45
content = "https://github.com/ModelTC/lightllm/tree/main/docs"
46
47
title = "steam 账号"
0 commit comments