镜像自地址
https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese.git
已同步 2025-12-06 06:26:48 +00:00
Merge branch 'main' of https://github.com/SCIR-HI/Huatuo-Llama-Med-Chinese
这个提交包含在:
@@ -18,7 +18,7 @@ class Prompter(object):
|
|||||||
file_name = osp.join("templates", f"{template_name}.json")
|
file_name = osp.join("templates", f"{template_name}.json")
|
||||||
if not osp.exists(file_name):
|
if not osp.exists(file_name):
|
||||||
raise ValueError(f"Can't read {file_name}")
|
raise ValueError(f"Can't read {file_name}")
|
||||||
with open(file_name) as fp:
|
with open(file_name, encoding='utf-8') as fp:
|
||||||
self.template = json.load(fp)
|
self.template = json.load(fp)
|
||||||
if self._verbose:
|
if self._verbose:
|
||||||
print(
|
print(
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户