kenken999 commited on
Commit
dcafc3f
·
1 Parent(s): 370ab91
babyagi/prompt.txt CHANGED
@@ -1 +1 @@
1
- CHATボットの効率の良い使い方を日本語で考えて
 
1
+ 本日の金価格の質問 についてチャットボットでよりよく対応するプラン
chat_history.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16c2cdfc66985658352c342a9b7742ab753a99e0cec4304db34ccb1531c2c10a
3
- size 1429504
 
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(