Spaces:
Sleeping
Sleeping
- babyagi/prompt.txt +1 -1
- chat_history.db +2 -2
- controllers/gpt_enginner20240625175549 +1 -0
- mysite/routers/fastapi.py +1 -1
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:95ffd480cf3c0c2d42f9ca9fb824d9dc89bacd938f8125ff69893c849257c267
|
3 |
+
size 1437696
|
controllers/gpt_enginner20240625175549
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 8abe8bfd303fb5d132805bea29d7fc2e1fde51c6
|
mysite/routers/fastapi.py
CHANGED
@@ -335,7 +335,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
335 |
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください" {thread_name}"""
|
336 |
|
337 |
with open('/home/user/app/babyagi/prompt.txt', 'w') as file:
|
338 |
-
file.write(f"""{text}の質問
|
339 |
|
340 |
|
341 |
proc = subprocess.Popen(
|
|
|
335 |
command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください" {thread_name}"""
|
336 |
|
337 |
with open('/home/user/app/babyagi/prompt.txt', 'w') as file:
|
338 |
+
file.write(f"""{text}の質問 についてチャットボットでよりよく対応するプランを日本語で作成して""")
|
339 |
|
340 |
|
341 |
proc = subprocess.Popen(
|