update agent config
Browse files- configs/agent_cfg.yaml +1 -1
configs/agent_cfg.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# agent config
|
2 |
-
repo_root:
|
3 |
data_source_dir: ${repo_root}/data # txt data dir
|
4 |
|
5 |
# local llm
|
|
|
1 |
# agent config
|
2 |
+
repo_root: .
|
3 |
data_source_dir: ${repo_root}/data # txt data dir
|
4 |
|
5 |
# local llm
|