Spaces:
Running
on
Zero
Running
on
Zero
te
Browse files
mysite/routers/fastapi.py
CHANGED
@@ -179,6 +179,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
179 |
res = test_prompt("θΏδΏ‘γ―εΏ
γζ₯ζ¬θͺγ§γγ¦δΈγγ "+prompt_res,text)
|
180 |
send_google_chat_card(webhook_url, "γγγ³γγγγΉγ "+first_line, str(res), link_text, link_url)
|
181 |
|
|
|
182 |
|
183 |
#
|
184 |
return
|
|
|
179 |
res = test_prompt("θΏδΏ‘γ―εΏ
γζ₯ζ¬θͺγ§γγ¦δΈγγ "+prompt_res,text)
|
180 |
send_google_chat_card(webhook_url, "γγγ³γγγγΉγ "+first_line, str(res), link_text, link_url)
|
181 |
|
182 |
+
#no_process_file(res, "gpt_enginner"+)
|
183 |
|
184 |
#
|
185 |
return
|