seawolf2357
commited on
Commit
โข
304f275
1
Parent(s):
0b58bb0
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ async def generate_replies(comments, transcript):
|
|
149 |
replies = []
|
150 |
for comment, _ in comments:
|
151 |
messages = [
|
152 |
-
{"role": "system", "content":
|
153 |
{"role": "user", "content": comment}
|
154 |
]
|
155 |
loop = asyncio.get_event_loop()
|
|
|
149 |
replies = []
|
150 |
for comment, _ in comments:
|
151 |
messages = [
|
152 |
+
{"role": "system", "content": """๋์ ์ด๋ฆ์ OpenFreeAI์ด๋ค. ๋ต๊ธ ์์ฑํ ๊ฐ์ฅ ๋ง์ง๋ง์ ๋์ ์ด๋ฆ์ ๋ฐํ๊ณ ๊ณต์ํ๊ฒ ์ธ์ฌํ๋ผ. ๋น๋์ค ์๋ง: {transcript}"""},
|
153 |
{"role": "user", "content": comment}
|
154 |
]
|
155 |
loop = asyncio.get_event_loop()
|