Spaces:
Running
on
Zero
Running
on
Zero
er
Browse files
controllers/gpt_enginner20240619094223
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 1b97fe2d8d7f0d56de24e866a6f512ec0194d5ee
|
mysite/routers/fastapi.py
CHANGED
@@ -257,7 +257,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
257 |
promps,res = prompt_genalate(str(e))
|
258 |
#test_set_lide(text,"a1")
|
259 |
#no_process_file(text, "ai")
|
260 |
-
title = """
|
261 |
subtitle = res
|
262 |
link_text = "test"
|
263 |
link_url = "url"
|
|
|
257 |
promps,res = prompt_genalate(str(e))
|
258 |
#test_set_lide(text,"a1")
|
259 |
#no_process_file(text, "ai")
|
260 |
+
title = """エラーが起こりました 入力内容のみ設定 プロンプトも付け足してはテスト """
|
261 |
subtitle = res
|
262 |
link_text = "test"
|
263 |
link_url = "url"
|