leeoxiang commited on
Commit
5f394bf
·
1 Parent(s): 37dbd4f

change user & pass

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ conversation_with_summary = ConversationChain(
49
  title = """<h1 align="center">🔥 TOT保险精英AI小助手 🚀</h1>"""
50
 
51
 
52
- username = os.environ.get('TRTC_USERNAME')
53
- password = os.environ.get('TRTC_PASSWORD')
54
 
55
 
56
  def run(input):
 
49
  title = """<h1 align="center">🔥 TOT保险精英AI小助手 🚀</h1>"""
50
 
51
 
52
+ username = os.environ.get('_USERNAME')
53
+ password = os.environ.get('_PASSWORD')
54
 
55
 
56
  def run(input):