rexthecoder commited on
Commit
db167ca
·
1 Parent(s): 23dd0e5

chore: kill it

Browse files
Files changed (2) hide show
  1. main.py +1 -1
  2. src/api.py +1 -1
main.py CHANGED
@@ -43,7 +43,7 @@ class LoggingDisabled:
43
 
44
  def main():
45
  app = Application.builder().token(
46
- '5998527257:AAH9cWNMsakaRJNSDW2OucR_Qb1J2noL0Ak',).build()
47
 
48
  run_agent(
49
  agent=GirlfriendGPT(
 
43
 
44
  def main():
45
  app = Application.builder().token(
46
+ '5998527257:AAFolKz-AIXDzaSj3UOmxaLZSyDVp_3LoYw',).build()
47
 
48
  run_agent(
49
  agent=GirlfriendGPT(
src/api.py CHANGED
@@ -45,4 +45,4 @@ class GirlfriendGPT(LangChainAgentBot, ):
45
  self.application.add_handler(summary_handler)
46
  self.application.add_handler(CommandHandler('start', hello))
47
 
48
- self.application.run_polling()
 
45
  self.application.add_handler(summary_handler)
46
  self.application.add_handler(CommandHandler('start', hello))
47
 
48
+ # self.application.run_polling()