kenken999 commited on
Commit
29dff3f
·
1 Parent(s): b938f7f
chat_history.db CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
 
controllers/gpt_enginner20240624112801 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit f20c9d9c55fa28fda52de33edfd69591793ac6da
controllers/gpt_enginner20240624112951 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 07451d9156bf85c53e5f416048afc12ae5c60367
mysite/routers/fastapi.py CHANGED
@@ -292,7 +292,7 @@ def setup_webhook_routes(app: FastAPI):
292
  thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
293
  #########################################################################
294
  from babyagi.babyagi import completion
295
- command = f'make runbabyagi "{text}に対して、より良いチャットボットでのQ&Aプランの提案"'
296
 
297
  proc = subprocess.Popen(
298
  command,
 
292
  thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
293
  #########################################################################
294
  from babyagi.babyagi import completion
295
+ command = f'make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案"'
296
 
297
  proc = subprocess.Popen(
298
  command,