innercontext/backend
Piotr Oleszczyk abf9593857 fix: correct Part.from_text() call and increase max_output_tokens for skin analysis
Pass `text=` as keyword arg to Part.from_text() and raise max_output_tokens
from 1024 to 2048 to prevent JSON truncation in the notes field.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 13:17:22 +01:00
..
innercontext fix: correct Part.from_text() call and increase max_output_tokens for skin analysis 2026-02-28 13:17:22 +01:00
tests refactor: split table models into Base/Table/Public for proper FastAPI serialization 2026-02-27 15:37:46 +01:00
.env.example fix: load .env via python-dotenv; SQLite default for local dev 2026-02-26 20:51:13 +01:00
.python-version Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
db.py Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
main.py style: reformat import block in main.py 2026-02-27 23:05:14 +01:00
pyproject.toml feat: AI photo analysis for skin snapshots 2026-02-28 12:47:51 +01:00
README.md Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
skincare.yaml Initial commit: backend API, data models, and test suite 2026-02-26 15:10:24 +01:00
uv.lock feat: AI photo analysis for skin snapshots 2026-02-28 12:47:51 +01:00

See the root README for setup and usage instructions.