Update main.py
Browse files
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 |
-
|
184 |
-
|
185 |
-
|
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 ζη¨η¨εΌ
|