Skip to content

Commit d008128

Browse files
committed
번역 workflow 자동화
1 parent 29909dd commit d008128

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/translate_to_en.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def call_openai(model: str, system_prompt: str, user_prompt: str) -> str:
9999
{"role": "system", "content": system_prompt},
100100
{"role": "user", "content": user_prompt},
101101
],
102-
temperature=0.3,
103102
)
104103
return resp.choices[0].message.content
105104

0 commit comments

Comments
 (0)