Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ class MyClient(discord.Client):
|
|
101 |
λ°λμ νκΈλ‘ λ΅λ³νμμμ€.
|
102 |
μμ±λ κΈμ λ§μ§λ§μ λ°λμ μΈμΏλ§κ³Ό OpenFreeAI λΌκ³ μμ μ λ°νλΌ.
|
103 |
"""
|
104 |
-
|
105 |
{"role": "system", "content": system_prompt},
|
106 |
{"role": "user", "content": comment},
|
107 |
{"role": "system", "content": f"λΉλμ€ μλ§: {transcript}"}
|
|
|
101 |
λ°λμ νκΈλ‘ λ΅λ³νμμμ€.
|
102 |
μμ±λ κΈμ λ§μ§λ§μ λ°λμ μΈμΏλ§κ³Ό OpenFreeAI λΌκ³ μμ μ λ°νλΌ.
|
103 |
"""
|
104 |
+
messages = [
|
105 |
{"role": "system", "content": system_prompt},
|
106 |
{"role": "user", "content": comment},
|
107 |
{"role": "system", "content": f"λΉλμ€ μλ§: {transcript}"}
|