fda
Browse files
babyagi/prompt.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
|
|
|
1 |
+
取扱商材の質問 についてチャットボットでよりよく対応するプランを日本語で作成して
|
controllers/gpt_enginner20240702131030
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 5ae311f360f997ea5f08d9d19f707014ba0be921
|
controllers/gpt_enginner20240702131205
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 39fb41f4b176d3dde7c652829ee9c41ba3e1b2b5
|
controllers/gpt_enginner20240702131340
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 45e931207225ca94e6c2cac7163b47a0733a421a
|
routers/webhook.py
CHANGED
@@ -174,10 +174,12 @@ async def webhook(request: Request):
|
|
174 |
|
175 |
#########################################################################
|
176 |
## excute create program
|
177 |
-
|
|
|
178 |
# execute open interpreter
|
179 |
#########################################################################
|
180 |
-
|
|
|
181 |
if DEBUG==1:
|
182 |
thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name)
|
183 |
####################################################################
|
|
|
174 |
|
175 |
#########################################################################
|
176 |
## excute create program
|
177 |
+
if DEBUG==1:
|
178 |
+
res_no_process = no_process_file(prompt_for_create_system+res, "gpt_enginner"+ yyyymmddhis,thread_name)
|
179 |
# execute open interpreter
|
180 |
#########################################################################
|
181 |
+
if DEBUG==1:
|
182 |
+
full_response,history = chat_with_interpreter_no_stream(prompt_for_create_system+"\r\n"+res)
|
183 |
if DEBUG==1:
|
184 |
thread_name = send_google_chat_card_thread(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url,thread_name)
|
185 |
####################################################################
|