As soon as the package openai v1.108.0 was released, it broke functionality with older pydantic v2 versions like v2.3.0. There is a NameError caused by the usage of ...
python-fastapi-template/ ├── app/ │ ├── __init__.py │ ├── main.py # FastAPI 應用程式 │ ├── config.py # 設定和環境變數 ...