kenken999 commited on
Commit
2dfbf1c
·
1 Parent(s): 20e173a
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,