apac-ops-bot/backend/app
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
..
api Add test user authentication and RBAC admin panel 2026-01-27 20:05:54 +00:00
core Fix test user authentication issues 2026-01-27 20:09:07 +00:00
models Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
repositories Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
schemas Add test user authentication and RBAC admin panel 2026-01-27 20:05:54 +00:00
services Fix OpenAI parameter: use max_completion_tokens instead of max_tokens 2026-01-27 20:30:18 +00:00
utils Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
__init__.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
config.py Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
database.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
main.py Implement MSAL authentication system with JWT sessions 2026-01-27 14:33:28 +00:00