kenken999 commited on
Commit
8e7f448
1 Parent(s): 80a9953
Files changed (1) hide show
  1. mysite/routers/fastapi.py +1 -5
mysite/routers/fastapi.py CHANGED
@@ -95,8 +95,6 @@ def setup_webhook_routes(app: FastAPI):
95
  first_line = text.split('\n')[0]
96
  #logger.info(f"User ID: {user_id}, Text: {text}")
97
  prompt = """
98
-
99
-
100
  1, Q&Aのテーブルを作成してください
101
  2, 質問が来た際には、まず質問に対しての答えを過去のデータから探します
102
  3, Q&Aから役割を作成します
@@ -218,9 +216,7 @@ def setup_webhook_routes(app: FastAPI):
218
 
219
  #full_response,history = chat_with_interpreter_no_stream(res)
220
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
221
-
222
-
223
- #
224
  #return
225
  """
226
  for event in events:
 
95
  first_line = text.split('\n')[0]
96
  #logger.info(f"User ID: {user_id}, Text: {text}")
97
  prompt = """
 
 
98
  1, Q&Aのテーブルを作成してください
99
  2, 質問が来た際には、まず質問に対しての答えを過去のデータから探します
100
  3, Q&Aから役割を作成します
 
216
 
217
  #full_response,history = chat_with_interpreter_no_stream(res)
218
  #send_google_chat_card(webhook_url, f"自動設定開始 {res}", str(full_response), link_text, link_url)
219
+
 
 
220
  #return
221
  """
222
  for event in events: