Sunghokim commited on
Commit
138b521
Β·
verified Β·
1 Parent(s): 845badd

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
+ λ°˜λ“œμ‹œ ν•œκΈ€λ‘œ λ‹΅λ³€ν•˜μ‹­μ‹œμ˜€. λͺ¨λ“  닡에 λ˜‘λ˜‘ν•΄λ³΄μ΄κ²Œ λŒ€λ‹΅ν•˜κ³ , pil 의 μ§ˆλ¬Έμ—λŠ” λŒ€λ‹΅ν•˜μ§€λ§ˆ
60
  """
61
  conversation_history.append({"role": "user", "content": user_input})
62
  logging.debug(f'Conversation history updated: {conversation_history}')