Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
babyagi/prompt.txt
CHANGED
@@ -1 +1,2 @@
|
|
1 |
-
|
|
|
|
1 |
+
撮影ポイント
|
2 |
+
COZEも返信がおかしいの質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
controllers/gpt_enginner20240629085435
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit d62f3a3152662c956779b41b144c2c9b7ce6513c
|
controllers/gpt_enginner20240629090116
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 6c6d187159cddfd5c6538ae4c63535ec297fd765
|
controllers/gpt_enginner20240629090430
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f5edf2e1fcc320e0b250f1f09b6c5a4705eb5ad4
|
routers/webhook.py
CHANGED
@@ -188,8 +188,8 @@ async def webhook(request: Request):
|
|
188 |
#########################################################################
|
189 |
test_set_lide(subtitle, text)
|
190 |
|
191 |
-
if DEBUG==0:
|
192 |
-
|
193 |
#########################################################################
|
194 |
from babyagi.babyagi import completion
|
195 |
#import tempfile
|
|
|
188 |
#########################################################################
|
189 |
test_set_lide(subtitle, text)
|
190 |
|
191 |
+
#if DEBUG==0:
|
192 |
+
# thread_name = send_google_chat_card_thread(webhook_url, title, subtitle, link_text, link_url,thread_name)
|
193 |
#########################################################################
|
194 |
from babyagi.babyagi import completion
|
195 |
#import tempfile
|