Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
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,
|