Skip to content

Commit 8225f6b

Browse files
authored
Merge pull request #5 from jiangyunpeng/main
Fix FileNotFoundError: [Errno 2] No such file or directory issue 37
2 parents 1f497db + 3fa49d7 commit 8225f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

muagent/service/cb_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def search_code(cb_name: str = Body(..., examples=["sofaboot"]),
143143
temperature: bool = Body(..., examples=["samples"]),
144144
model_device: bool = Body(..., examples=["samples"]),
145145
use_nh: bool = True,
146-
local_graph_path: str = '',
146+
local_graph_path: str = CB_ROOT_PATH,
147147
embed_config: EmbedConfig = None,
148148
) -> dict:
149149

0 commit comments

Comments
 (0)