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_enginner20240623174440
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 2724e16c7a6e8c7d1189d7514bd5f3780907b25c
|
controllers/gpt_enginner20240623174959
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 8d7cf033c2a6d727593ae47e08b308247b9c90df
|
mysite/routers/fastapi.py
CHANGED
@@ -253,11 +253,11 @@ def setup_webhook_routes(app: FastAPI):
|
|
253 |
#########################################################################
|
254 |
from babyagi.babyagi import completion
|
255 |
prompt_res_agi = completion("日本語で下記のプランを考えて "+res)
|
256 |
-
title = f"""
|
257 |
-
subtitle =
|
258 |
link_text = "データを確認する"
|
259 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
260 |
-
|
261 |
|
262 |
#return
|
263 |
#return
|
|
|
253 |
#########################################################################
|
254 |
from babyagi.babyagi import completion
|
255 |
prompt_res_agi = completion("日本語で下記のプランを考えて "+res)
|
256 |
+
title = f""" タスク作成 再度考える {promps}"""
|
257 |
+
subtitle = prompt_res_agi
|
258 |
link_text = "データを確認する"
|
259 |
link_url = "https://kenken999-php.hf.space/diamondprice_list.php"
|
260 |
+
send_google_chat_card(webhook_url, title, subtitle, link_text, link_url)
|
261 |
|
262 |
#return
|
263 |
#return
|
workspace/example.txt
ADDED
File without changes
|