Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -93,7 +93,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
93 |
promps,prompt_res = prompt_genalate(text)
|
94 |
#test_set_lide(text,"a1")
|
95 |
#no_process_file(text, "ai")
|
96 |
-
title = """
|
97 |
subtitle = promps
|
98 |
link_text = "test"
|
99 |
link_url = "url"
|
@@ -102,7 +102,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
102 |
#test case
|
103 |
|
104 |
#test_prompt
|
105 |
-
res = test_prompt(prompt_res,
|
106 |
send_google_chat_card(webhook_url, "プロンプトテスト"+first_line, str(res), link_text, link_url)
|
107 |
|
108 |
|
|
|
93 |
promps,prompt_res = prompt_genalate(text)
|
94 |
#test_set_lide(text,"a1")
|
95 |
#no_process_file(text, "ai")
|
96 |
+
title = """ プロンプト作成 """
|
97 |
subtitle = promps
|
98 |
link_text = "test"
|
99 |
link_url = "url"
|
|
|
102 |
#test case
|
103 |
|
104 |
#test_prompt
|
105 |
+
res = test_prompt(prompt_res,text)
|
106 |
send_google_chat_card(webhook_url, "プロンプトテスト"+first_line, str(res), link_text, link_url)
|
107 |
|
108 |
|