Spaces:
Running
on
Zero
Running
on
Zero
tes
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624141517 +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_enginner20240624141517
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ea1b3f489ca8090685d83b3d6395e417cf3a10b9
|
mysite/routers/fastapi.py
CHANGED
@@ -318,7 +318,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
318 |
#########################################################################
|
319 |
from babyagi.babyagi import completion
|
320 |
#import tempfile
|
321 |
-
text = text.replace("\r\n","")
|
322 |
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください"""
|
323 |
"""
|
324 |
proc = subprocess.Popen(
|
|
|
318 |
#########################################################################
|
319 |
from babyagi.babyagi import completion
|
320 |
#import tempfile
|
321 |
+
#text = text.replace("\r\n","")
|
322 |
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください"""
|
323 |
"""
|
324 |
proc = subprocess.Popen(
|