Spaces:
Running
on
Zero
Running
on
Zero
dfa
Browse files- babyagi/prompt.txt +1 -1
- chat_history.db +2 -2
- controllers/gpt_enginner20240625182628 +1 -0
- mysite/routers/fastapi.py +2 -2
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:30c65f13731f07ce3c496dbe33f97b7fd177418b1ab60a773a3b393be74c5598
|
3 |
+
size 1490944
|
controllers/gpt_enginner20240625182628
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ec11128fbbee5c7243b2969ddd68d22e68fe380a
|
mysite/routers/fastapi.py
CHANGED
@@ -16,7 +16,7 @@ from mysite.interpreter.google_chat import send_google_chat_card,send_google_cha
|
|
16 |
#from mysite.interpreter.interpreter import chat_with_interpreter
|
17 |
from controllers.gra_02_openInterpreter.OpenInterpreter import chat_with_interpreter_no_stream
|
18 |
from mysite.appsheet.appsheet import get_senario
|
19 |
-
|
20 |
logger = logging.getLogger(__name__)
|
21 |
|
22 |
"""
|
@@ -345,7 +345,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
345 |
stderr=subprocess.PIPE,
|
346 |
text=True,
|
347 |
)
|
348 |
-
|
349 |
"""
|
350 |
proc = subprocess.Popen(
|
351 |
command,
|
|
|
16 |
#from mysite.interpreter.interpreter import chat_with_interpreter
|
17 |
from controllers.gra_02_openInterpreter.OpenInterpreter import chat_with_interpreter_no_stream
|
18 |
from mysite.appsheet.appsheet import get_senario
|
19 |
+
import asyncio
|
20 |
logger = logging.getLogger(__name__)
|
21 |
|
22 |
"""
|
|
|
345 |
stderr=subprocess.PIPE,
|
346 |
text=True,
|
347 |
)
|
348 |
+
await asyncio.sleep(30)
|
349 |
"""
|
350 |
proc = subprocess.Popen(
|
351 |
command,
|