Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files- chat_history.db +0 -0
- controllers/gpt_enginner20240624094925 +1 -0
- mysite/routers/fastapi.py +1 -1
chat_history.db
CHANGED
Binary files a/chat_history.db and b/chat_history.db differ
|
|
controllers/gpt_enginner20240624094925
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit bc854359cf2a6ee7d77773da299191171ace1fb9
|
mysite/routers/fastapi.py
CHANGED
@@ -278,7 +278,7 @@ def setup_webhook_routes(app: FastAPI):
|
|
278 |
# execute open interpreter
|
279 |
#########################################################################
|
280 |
full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res)
|
281 |
-
|
282 |
#########################################################################
|
283 |
#ダイヤ金額計算
|
284 |
from babyagi.classesa.diamond import calculate
|
|
|
278 |
# execute open interpreter
|
279 |
#########################################################################
|
280 |
full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res)
|
281 |
+
thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name)
|
282 |
#########################################################################
|
283 |
#ダイヤ金額計算
|
284 |
from babyagi.classesa.diamond import calculate
|