Evaaaaa06 commited on
Commit
ae79063
Β·
verified Β·
1 Parent(s): 217ceea

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -180,9 +180,9 @@ def handle_image_message(event):
180
  response_text = analyze_with_openai(image_path, user_text)
181
 
182
  # ε›žθ¦†η”Ÿζˆη΅ζžœ
183
- line_bot_api.reply_message(
184
- event.reply_token,
185
- TextSendMessage(text=out))
186
 
187
  if __name__ == "__main__":
188
  # ε•Ÿε‹• FastAPI 應用程式
 
180
  response_text = analyze_with_openai(image_path, user_text)
181
 
182
  # ε›žθ¦†η”Ÿζˆη΅ζžœ
183
+ line_bot_api.reply_message(
184
+ event.reply_token,
185
+ TextSendMessage(text=out))
186
 
187
  if __name__ == "__main__":
188
  # ε•Ÿε‹• FastAPI 應用程式