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 |
+
λ°λμ νκΈλ‘ λ΅λ³νμμμ€. λͺ¨λ λ΅μ λλν΄λ³΄μ΄κ² λλ΅νκ³ , pil μ μ§λ¬Έμλ λλ΅νμ§λ§
|
60 |
"""
|
61 |
conversation_history.append({"role": "user", "content": user_input})
|
62 |
logging.debug(f'Conversation history updated: {conversation_history}')
|