fda
Browse files
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
申し訳ありませんが、そのリクエストには対応できません。他に何かお手伝いできることがあればお知らせください。の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
controllers/gpt_enginner20240701182358
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 24bcf17249b0707969abb3728a4cefdd85fc5067
|
controllers/gpt_enginner20240701182631
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit bcd1fd85e6b5db2e85d68c9ec8cb5ec6f002e46a
|
controllers/gpt_enginner20240701183641
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit ff376c73bcbdd9c81ca0c735bfe3f03449500868
|
routers/webhook.py
CHANGED
@@ -129,6 +129,7 @@ async def webhook(request: Request):
|
|
129 |
"Content-Type": "application/json",
|
130 |
"X-Line-Signature": line_signature,
|
131 |
"Authorization": f"Bearer {os.getenv('ChannelAccessToken')}",
|
|
|
132 |
}
|
133 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|
134 |
post_data("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",text,thread_name,headers)
|
|
|
129 |
"Content-Type": "application/json",
|
130 |
"X-Line-Signature": line_signature,
|
131 |
"Authorization": f"Bearer {os.getenv('ChannelAccessToken')}",
|
132 |
+
"user_id":user_id,
|
133 |
}
|
134 |
#/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f
|
135 |
post_data("https://kenken999-nodex-n8n.hf.space/webhook-test/d2d0af6e-5c42-45b6-a923-3bd2d8520e3f",text,thread_name,headers)
|