kenken999 commited on
Commit
20e173a
·
1 Parent(s): 29dff3f
chat_history.db CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
 
controllers/gpt_enginner20240624113357 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit 8cd116439272985210f54fdef11f1594d4b39468
controllers/gpt_enginner20240624113606 ADDED
@@ -0,0 +1 @@
 
 
1
+ Subproject commit a167f1bc127dd8f1875677d999926875563e1acb
mysite/routers/fastapi.py CHANGED
@@ -292,6 +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}に対して、より良いチャットボットでのQAプランデータ設定の提案"'
296
 
297
  proc = subprocess.Popen(
 
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
+ import tempfile
296
  command = f'make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案"'
297
 
298
  proc = subprocess.Popen(