Skip to content

Commit 4ea0107

Browse files
Update utils.py
1 parent cb84b0b commit 4ea0107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easyeditor/models/deepedit_api/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import httpx
99

1010

11-
with open('./hparams/DeepEdit_Api/chatglm_api.yaml', 'r') as file:
11+
with open('EasyEdit/hparams/DeepEdit_Api/chatglm_api.yaml', 'r') as file:
1212
config = yaml.safe_load(file)
1313
# read api key
1414
api = config.get('api_key', None)

0 commit comments

Comments
 (0)