- Update openai package to 1.58.1 (from 1.10.0) - Replace Responses API (doesn't exist) with Chat Completions API - Simplify OpenAI service to use standard chat endpoint - Remove file_search tool references (not available in base API) - Keep system instructions for professional responses - Update cached tokens detection for new API format - Remove unused imports and parameters The Responses API was not a real OpenAI endpoint. Using standard Chat Completions API which is the correct way to interact with OpenAI models like gpt-5-nano-2025-08-07. |
||
|---|---|---|
| .. | ||
| alembic | ||
| app | ||
| scripts | ||
| tests | ||
| .env.example | ||
| alembic.ini | ||
| Dockerfile | ||
| requirements-dev.txt | ||
| requirements.txt | ||