📦 Initialize Geulbeot structure and merge Prompts & test projects
This commit is contained in:
5
02. Prompts/문서생성/prompt/GPT_문서생성_다음을_한국어로_v01.md
Normal file
5
02. Prompts/문서생성/prompt/GPT_문서생성_다음을_한국어로_v01.md
Normal file
@@ -0,0 +1,5 @@
|
||||
response = client.chat.completions.create(
|
||||
gpt-4.1-2025-04-14,
|
||||
messages=[{role: user, content: f다음을 한국어로 번역해줘:\n{text}}]
|
||||
)
|
||||
return response.choices[0].message.content.strip()
|
||||
Reference in New Issue
Block a user