Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
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 |
|