kenken999 commited on
Commit
6013674
·
1 Parent(s): d2c3bae
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -1
mysite/routers/fastapi.py CHANGED
@@ -318,7 +318,7 @@ def setup_webhook_routes(app: FastAPI):
318
  #########################################################################
319
  from babyagi.babyagi import completion
320
  #import tempfile
321
- text = text.replace("\r\n","")
322
  # コマンドを構築
323
  command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください" {thread_name}"""
324
 
 
318
  #########################################################################
319
  from babyagi.babyagi import completion
320
  #import tempfile
321
+ #text = text.replace("\r\n","")
322
  # コマンドを構築
323
  command = f"""make runbabyagi "{text}に対して、より良いチャットボットでのQAプランデータ設定の提案を日本語で作成してください" {thread_name}"""
324