We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb84b0b commit 4ea0107Copy full SHA for 4ea0107
easyeditor/models/deepedit_api/utils.py
@@ -8,7 +8,7 @@
8
import httpx
9
10
11
-with open('./hparams/DeepEdit_Api/chatglm_api.yaml', 'r') as file:
+with open('EasyEdit/hparams/DeepEdit_Api/chatglm_api.yaml', 'r') as file:
12
config = yaml.safe_load(file)
13
# read api key
14
api = config.get('api_key', None)
0 commit comments