presenton/servers/fastapi
sudipnext 5f5482cfd5 feat: enhance LLMClient with Codex integration and error handling
- Implemented a new method to create an AsyncOpenAI client specifically for Codex.
- Added functionality to convert Codex event responses into a dictionary format for easier consumption.
- Updated the streaming methods to utilize the new Codex client and handle API errors gracefully.
- Improved logging for debugging purposes during Codex interactions.
- Refactored message handling in the slide content generation function for clarity and efficiency.
2026-02-25 17:56:39 +05:45
..
api feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
assets fix(fastapi): replaces fastembed_vectorstore with chroma for ARM compatibility 2025-07-28 12:56:41 +05:45
constants feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
enums feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
models feat: implement Codex OAuth flow and integrate into application 2026-02-24 18:51:35 +05:45
services feat: enhance LLMClient with Codex integration and error handling 2026-02-25 17:56:39 +05:45
static feat: Svg Icons & Icon Editor for svg 2025-09-11 16:02:03 +05:45
tests fix: rename 'prompt' to 'content' in presentation generation API and update tests accordingly 2026-01-04 17:33:05 +05:45
utils feat: enhance LLMClient with Codex integration and error handling 2026-02-25 17:56:39 +05:45
.python-version feat(fastapi): adds a score based chunker to chunk documents for outlines 2025-08-03 16:33:55 +05:45
mcp_server.py fix: changes host to localhost for everything except nginx 2025-11-27 23:11:34 +05:45
openai_spec.json fix: rename 'prompt' to 'content' in presentation generation API and update tests accordingly 2026-01-04 17:33:05 +05:45
pyproject.toml feat: enhance fastapi server.spec to conditionally include fastembed_cache and update pyproject.toml for package discovery 2026-02-21 13:43:03 +05:45
server.py fix: changes host to localhost for everything except nginx 2025-11-27 23:11:34 +05:45
uv.lock feat(fastapi): uses better json loader that parses dirty json 2025-09-12 01:28:59 +05:45