Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240619124012
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b14293003f4befe4e2be51b3b78880ebf2ba9037
|
controllers/gpt_enginner20240619124319
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit b25108c10589841338566d199065d0edd1a56c1c
|
mysite/routers/fastapi.py
CHANGED
@@ -219,8 +219,8 @@ def setup_webhook_routes(app: FastAPI):
|
|
219 |
"""
|
220 |
res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
|
221 |
|
222 |
-
full_response,history = chat_with_interpreter_no_stream(res)
|
223 |
-
send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
|
224 |
|
225 |
|
226 |
#
|
|
|
219 |
"""
|
220 |
res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis)
|
221 |
|
222 |
+
#full_response,history = chat_with_interpreter_no_stream(res)
|
223 |
+
#send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
|
224 |
|
225 |
|
226 |
#
|