apac-ops-bot/backend
SamoilenkoVadym 06e66f1bc0 Fix OpenAI parameter: use max_completion_tokens instead of max_tokens
Newer OpenAI models (including gpt-5-nano) require max_completion_tokens
parameter instead of the deprecated max_tokens parameter.
2026-01-27 20:30:18 +00:00
..
alembic Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
app Fix OpenAI parameter: use max_completion_tokens instead of max_tokens 2026-01-27 20:30:18 +00:00
scripts Fix test user authentication issues 2026-01-27 20:09:07 +00:00
tests Implement OpenAI Responses API service with RAG enforcement 2026-01-27 14:26:43 +00:00
.env.example Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
alembic.ini Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
Dockerfile Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
requirements-dev.txt Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
requirements.txt Fix OpenAI integration: switch to Chat Completions API 2026-01-27 20:28:34 +00:00