Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -94,7 +94,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
94 |
logger.info(f"User ID: {user_id}, Text: {text}")
|
95 |
#test_set_lide(text,"a1")
|
96 |
#no_process_file(text, "ai")
|
97 |
-
title = """本番テスト 入力内容のみ設定"""
|
98 |
subtitle = "prompt"
|
99 |
link_text = "test"
|
100 |
link_url = "url"
|
|
|
94 |
logger.info(f"User ID: {user_id}, Text: {text}")
|
95 |
#test_set_lide(text,"a1")
|
96 |
#no_process_file(text, "ai")
|
97 |
+
title = """本番テスト 入力内容のみ設定 データ精査をしないと返信には使えない """
|
98 |
subtitle = "prompt"
|
99 |
link_text = "test"
|
100 |
link_url = "url"
|