Raven7 commited on
Commit
1aeb9d9
ยท
verified ยท
1 Parent(s): f8473ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}')