runtime error
Exit code: 1. Reason: /app/ocr_models.py:6: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/app/app.py", line 13, in <module> from ocr_models import process_model_ocr, initialize_gemini, initialize_mistral, initialize_openai File "/app/ocr_models.py", line 7, in <module> from mistralai import Mistral ImportError: cannot import name 'Mistral' from 'mistralai' (unknown location)
Container logs:
Fetching error logs...