oliver-metadata-tool/app
SamoilenkoVadym d4b71ff34e Switch AI to GPT-5.2 with Responses API (v1/responses)
- Default model: gpt-5.2
- New models use client.responses.create() (Responses API)
- Older models (gpt-3.5-turbo) still use chat.completions.create()
- Response parsing handles both API formats
- Updated valid models list

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-09 22:13:55 +00:00
..
models Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
routers Background AI with polling for bulk uploads (up to 100 files) 2026-02-09 22:09:06 +00:00
services Switch SSO to client-side MSAL.js (no client secret needed) 2026-02-09 21:42:10 +00:00
session Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
__init__.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
config.py Switch AI to GPT-5.2 with Responses API (v1/responses) 2026-02-09 22:13:55 +00:00
dependencies.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
main.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00
security.py Initial commit: Oliver Metadata Tool (FastAPI) 2026-02-09 21:23:42 +00:00