Skip to content

Commit cba2db2

Browse files
committed
Update utils.py
1 parent 2d12e30 commit cba2db2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dataAugument/utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def llm_api(prompt:str, model:str)->List[str]:
3737
response = zhipu_client.chat.completions.create(
3838
model="glm-4-plus",
3939
messages=messages,
40-
temperature=0.8,
4140
)
4241
response = response.choices[0].message.content
4342
except Exception as e:

0 commit comments

Comments
 (0)