Spaces:
Running
on
Zero
Running
on
Zero
fda
Browse files
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
データ自動登録の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
controllers/gpt_enginner20240628142945
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 89fc13ec5725c73afe6eb4d38200a07f0c756d59
|
controllers/gpt_enginner20240628143128
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit f61f05cc11a55fa0a6f4c1d9512220e76283d3ad
|
routers/webhook.py
CHANGED
@@ -129,12 +129,12 @@ async def webhook(request: Request):
|
|
129 |
"Authorization": f"Bearer {os.getenv('ChannelAccessToken')}",
|
130 |
}
|
131 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|
132 |
-
|
133 |
|
134 |
post_data_line("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d",body,headers)
|
135 |
#http://localhost:7860/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d
|
136 |
post_data_line("https://kenken999-nodex-n8n.hf.space/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d",body,headers)
|
137 |
-
post_data_line("https://kenken999-nodex-n8n.hf.space/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",body,headers)
|
138 |
|
139 |
#return
|
140 |
|
|
|
129 |
"Authorization": f"Bearer {os.getenv('ChannelAccessToken')}",
|
130 |
}
|
131 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|
132 |
+
post_data("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",body,headers)
|
133 |
|
134 |
post_data_line("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d",body,headers)
|
135 |
#http://localhost:7860/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d
|
136 |
post_data_line("https://kenken999-nodex-n8n.hf.space/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3d",body,headers)
|
137 |
+
#post_data_line("https://kenken999-nodex-n8n.hf.space/webhook/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",body,headers)
|
138 |
|
139 |
#return
|
140 |
|