kenken999 commited on
Commit
5f24220
1 Parent(s): 60b86b2
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -337,7 +337,7 @@ def setup_webhook_routes(app: FastAPI):
337
  with open('/home/user/app/babyagi/prompt.txt', 'w') as file:
338
  file.write(f"""{text}の質問 についてチャットボットでよりよく対応するプランを日本語で作成して""")
339
 
340
-
341
  proc = subprocess.Popen(
342
  ["make", "runbabyagi", thread_name],
343
  stdin=subprocess.PIPE,
 
337
  with open('/home/user/app/babyagi/prompt.txt', 'w') as file:
338
  file.write(f"""{text}の質問 についてチャットボットでよりよく対応するプランを日本語で作成して""")
339
 
340
+ #
341
  proc = subprocess.Popen(
342
  ["make", "runbabyagi", thread_name],
343
  stdin=subprocess.PIPE,