Spaces:
Running
on
Zero
Running
on
Zero
dsa
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624113824 +1 -0
- mysite/routers/fastapi.py +1 -1
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624113824
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 0b2cc90153f3f9b713c8ccaa78352aba30f0ac60
|
mysite/routers/fastapi.py
CHANGED
@@ -293,7 +293,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
293 |
#########################################################################
|
294 |
from babyagi.babyagi import completion
|
295 |
import tempfile
|
296 |
-
command = f'make runbabyagi "{text}に対して、より良いチャットボットでのQA
|
297 |
|
298 |
proc = subprocess.Popen(
|
299 |
command,
|
|
|
293 |
#########################################################################
|
294 |
from babyagi.babyagi import completion
|
295 |
import tempfile
|
296 |
+
command = f'make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください"'
|
297 |
|
298 |
proc = subprocess.Popen(
|
299 |
command,
|