Spaces:
Sleeping
Sleeping
fda
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624161518 +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_enginner20240624161518
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f06cad3ade037e754b1e16ec8567fb799eacbe09
|
mysite/routers/fastapi.py
CHANGED
@@ -320,7 +320,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
320 |
#import tempfile
|
321 |
text = text.replace("\r\n","")
|
322 |
# コマンドを構築
|
323 |
-
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください"""
|
324 |
|
325 |
try:
|
326 |
proc = subprocess.Popen(
|
|
|
320 |
#import tempfile
|
321 |
text = text.replace("\r\n","")
|
322 |
# コマンドを構築
|
323 |
+
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください" {thread_name}"""
|
324 |
|
325 |
try:
|
326 |
proc = subprocess.Popen(
|