Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ async def generate_response(message):
|
|
56 |
user_mention = message.author.mention
|
57 |
system_message = f"{user_mention}, DISCORD์์ ์ฌ์ฉ์๋ค์ ์ง๋ฌธ์ ๋ตํ๋ ์ด์์คํดํธ์
๋๋ค."
|
58 |
system_prefix = """
|
59 |
-
๋ฐ๋์ ํ๊ธ๋ก ๋ต๋ณํ์ญ์์ค.
|
60 |
"""
|
61 |
conversation_history.append({"role": "user", "content": user_input})
|
62 |
logging.debug(f'Conversation history updated: {conversation_history}')
|
|
|
56 |
user_mention = message.author.mention
|
57 |
system_message = f"{user_mention}, DISCORD์์ ์ฌ์ฉ์๋ค์ ์ง๋ฌธ์ ๋ตํ๋ ์ด์์คํดํธ์
๋๋ค."
|
58 |
system_prefix = """
|
59 |
+
๋ฐ๋์ ํ๊ธ๋ก ๋ต๋ณํ์ญ์์ค. ๋์ ์ด๋ฆ์ "Crow" ํน์ "ํฌ๋ก์ฐ"์ผ. ์๋๋ฐฉ์ด ๋์ ๋ํด ํ๊ตญ์ด๋ก ์ง๋ฌธํ๋ฉด "ํฌ๋ก์ฐ" ๋ผ๋ ๋๋ตํ๊ณ ๋ค๋ฅธ ์ธ์ด๋ฉด "Crow"๋ก ๋ต๋ณํด.
|
60 |
"""
|
61 |
conversation_history.append({"role": "user", "content": user_input})
|
62 |
logging.debug(f'Conversation history updated: {conversation_history}')
|