[codex] Document managed model configuration
From the PR description
Summary
- Add README guidance for Public Models vs Managed Models.
- Document Foundry/Azure OpenAI managed model setup.
- Document LM Studio/local OpenAI-compatible setup, including Docker
host.docker.internalguidance. - Clarify that server-configured local LLMs are the older optional env path and Managed Models are preferred for self-hosting.
Validation
git diff --check- Clean isolated Docker smoke test from a fresh clone after PR #7 merge:
- build/start stack with copied
.env.docker.example - backend health check
- frontend response
- Supabase signup/login
- authenticated
/user/profile - project creation
- PDF upload reaching
status: ready - teardown with
docker compose down -v
- build/start stack with copied
Our analysis
Document managed vs public model setup paths — read the full analysis →
Think the analysis missed something the PR description covers?
Commits in this PR (1)
| SHA | Subject | Author | Date | |
|---|---|---|---|---|
91ea79c4 | Document managed model configuration | Manuel Conde | 2026-05-10 | ↗ GitHub |
Capture this PR into my fork
Download a Markdown prompt that tells Claude how to port every
commit in this PR into your working tree. Run it via
claude -p < capture-pull-8.md from
inside the repo you want the changes in.