📦 Initialize Geulbeot structure and merge Prompts & test projects

This commit is contained in:
2026-03-05 11:32:29 +09:00
commit 555a954458
687 changed files with 205247 additions and 0 deletions

View 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()