Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def translate_text_with_solar(english_text):
|
|
39 |
)
|
40 |
print("== ์ฑํ
ํจ์ ํธ์ถ๋จ ==")
|
41 |
|
42 |
-
prompt = "์๋๋ ์์ด
|
43 |
response = client.chat.completions.create(
|
44 |
model="solar-pro",
|
45 |
messages=[{"role": "user", "content": prompt}],
|
|
|
39 |
)
|
40 |
print("== ์ฑํ
ํจ์ ํธ์ถ๋จ ==")
|
41 |
|
42 |
+
prompt = "์๋๋ ์์ด ์๊ธ์จ ํธ์ง ๋ด์ฉ์
๋๋ค. ์์ด๋ฅผ ํ๊ตญ์ด๋ก ๋ฒ์ญํด์ฃผ์ธ์. ํ๊ตญ์ด๋ก ๋ณ์ญ๋ ํธ์ง ๋ด์ฉ: "
|
43 |
response = client.chat.completions.create(
|
44 |
model="solar-pro",
|
45 |
messages=[{"role": "user", "content": prompt}],
|