Spaces:
Runtime error
Runtime error
Commit
·
5732a0e
1
Parent(s):
7e38dbe
chore: fixed
Browse files
main.py
CHANGED
@@ -43,7 +43,7 @@ class LoggingDisabled:
|
|
43 |
|
44 |
def main():
|
45 |
app = Application.builder().token(
|
46 |
-
'6207542226:
|
47 |
|
48 |
run_agent(
|
49 |
agent=GirlfriendGPT(
|
|
|
43 |
|
44 |
def main():
|
45 |
app = Application.builder().token(
|
46 |
+
'6207542226:AAFhEmSjjhJbzjocoxE3FcgFHhz_rTaLXbU',).build()
|
47 |
|
48 |
run_agent(
|
49 |
agent=GirlfriendGPT(
|