apac-ops-bot/backend/app/services
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
..
__init__.py Add comprehensive backend test suite and Phase 1 foundation 2026-01-27 14:24:59 +00:00
auth_service.py Add test user authentication and RBAC admin panel 2026-01-27 20:05:54 +00:00
chat_service.py Update pricing for gpt-5-nano and fix chat interface 2026-01-27 20:18:42 +00:00
openai_service.py Fix OpenAI parameter: use max_completion_tokens instead of max_tokens 2026-01-27 20:30:18 +00:00