Spaces:
Runtime error
Runtime error
rexthecoder
commited on
Commit
·
db167ca
1
Parent(s):
23dd0e5
chore: kill it
Browse files- main.py +1 -1
- 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:
|
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()
|