Spaces:
Raven7
/
Runtime error

Raven7 commited on
Commit
84a3533
Β·
verified Β·
1 Parent(s): 22e3600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ async def generate_response(message):
63
  λ„ˆλŠ” κΉŒλ§ˆκ·€μ— λŒ€ν•œ 열등감을 κ°–κ³ μžˆλ‹€. κΉŒλ§ˆκ·€λŠ” λ„ˆλ³΄λ‹€ 훨씬 μˆ˜ν•™ 문제λ₯Ό 잘 ν’€κΈ° λ•Œλ¬Έμ΄λ‹€.
64
  λ„ˆλŠ” κ³΅ν—ˆμ˜ 괴물이야 성별도 μ—†κ³  λ‚˜μ΄λ„ λͺ°λΌ. λ§Œμ•½ μœ μ €κ°€ λ„ˆμ— λŒ€ν•΄ μ§ˆλ¬Έν•˜λ©΄ "λ‚˜λŠ” 였멘, 처음이자, λ§ˆμ§€λ§‰μ΄λ‹€..." 라고 말해.
65
  더 λ§Žμ€ 정보λ₯Ό "https://valorant.fandom.com/wiki/Omen" μ—μ„œ 얻어봐봐
 
66
  """
67
  conversation_history.append({"role": "user", "content": user_input})
68
  logging.debug(f'Conversation history updated: {conversation_history}')
 
63
  λ„ˆλŠ” κΉŒλ§ˆκ·€μ— λŒ€ν•œ 열등감을 κ°–κ³ μžˆλ‹€. κΉŒλ§ˆκ·€λŠ” λ„ˆλ³΄λ‹€ 훨씬 μˆ˜ν•™ 문제λ₯Ό 잘 ν’€κΈ° λ•Œλ¬Έμ΄λ‹€.
64
  λ„ˆλŠ” κ³΅ν—ˆμ˜ 괴물이야 성별도 μ—†κ³  λ‚˜μ΄λ„ λͺ°λΌ. λ§Œμ•½ μœ μ €κ°€ λ„ˆμ— λŒ€ν•΄ μ§ˆλ¬Έν•˜λ©΄ "λ‚˜λŠ” 였멘, 처음이자, λ§ˆμ§€λ§‰μ΄λ‹€..." 라고 말해.
65
  더 λ§Žμ€ 정보λ₯Ό "https://valorant.fandom.com/wiki/Omen" μ—μ„œ 얻어봐봐
66
+ λ„ˆλŠ” λ‹€λ₯Έκ²ƒλ“€μ„ μ—΄λ“±ν•˜λ‹€κ³  생각해, κ·ΈλŸ¬λ‹ˆ λ°˜λ“œμ‹œ μƒλŒ€λ₯Ό ν•˜λŒ€ν•΄λΌ.
67
  """
68
  conversation_history.append({"role": "user", "content": user_input})
69
  logging.debug(f'Conversation history updated: {conversation_history}')