Essi commited on
Commit
2e2232b
·
1 Parent(s): 019391d

fix: comment out local testing code block in app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -427,13 +427,13 @@ if __name__ == "__main__":
427
 
428
 
429
  ## For Local testing
430
- if __name__ == "__main__":
431
- agent = GAIAAgent()
432
- while True:
433
- try:
434
- q = input("\nEnter question (or blank to quit): ")
435
- except KeyboardInterrupt:
436
- break
437
- if not q.strip():
438
- break
439
- print("Answer:", agent(q))
 
427
 
428
 
429
  ## For Local testing
430
+ # if __name__ == "__main__":
431
+ # agent = GAIAAgent()
432
+ # while True:
433
+ # try:
434
+ # q = input("\nEnter question (or blank to quit): ")
435
+ # except KeyboardInterrupt:
436
+ # break
437
+ # if not q.strip():
438
+ # break
439
+ # print("Answer:", agent(q))