Spaces:
Sleeping
Sleeping
fda
Browse files- babyagi/prompt.txt +1 -1
- chat_history.db +2 -2
- controllers/gpt_enginner20240625180327 +1 -0
- mysite/routers/fastapi.py +1 -0
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
本日の金価格の質問
|
|
|
1 |
+
本日の金価格の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
chat_history.db
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce3bf788937623a0e2af35fb2e8fcfa0c67a166c1634a4e8dcea4f5c14a9e404
|
3 |
+
size 1454080
|
controllers/gpt_enginner20240625180327
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 433478e3aed3332891a252b403c43715f93538a0
|
mysite/routers/fastapi.py
CHANGED
@@ -345,6 +345,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
345 |
stderr=subprocess.PIPE,
|
346 |
text=True,
|
347 |
)
|
|
|
348 |
"""
|
349 |
proc = subprocess.Popen(
|
350 |
command,
|
|
|
345 |
stderr=subprocess.PIPE,
|
346 |
text=True,
|
347 |
)
|
348 |
+
time.sleep(30)
|
349 |
"""
|
350 |
proc = subprocess.Popen(
|
351 |
command,
|