lanny xu commited on
Commit
3cdf84c
·
1 Parent(s): dbd527a

modify config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -48,8 +48,8 @@ LOCAL_LLM = "mistral" # 在Kaggle中可改为 "phi" 或 "tinyllama"
48
  # 知识库URL配置
49
  KNOWLEDGE_BASE_URLS = [
50
  "https://lilianweng.github.io/posts/2023-06-23-agent/",
51
- # "https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/",
52
- # "https://lilianweng.github.io/posts/2023-10-25-adv-attack-llm/",
53
  ]
54
 
55
  # 文档分块配置
 
48
  # 知识库URL配置
49
  KNOWLEDGE_BASE_URLS = [
50
  "https://lilianweng.github.io/posts/2023-06-23-agent/",
51
+ "https://lilianweng.github.io/posts/2023-03-15-prompt-engineering/",
52
+ "https://lilianweng.github.io/posts/2023-10-25-adv-attack-llm/",
53
  ]
54
 
55
  # 文档分块配置