docs: correct README (Gemini in prod, manual Vercel deploy)#3
Conversation
…deploy - Production LLM is Gemini (set via LLM_PROVIDER), not Anthropic-only. - GitHub auto-deploy is not wired; frontend deploys manually via `vercel --prod`.
Code Review — PR #3Overall: Correct and minimal. Two factual fixes to the README — both accurate. Findings
No bugs — clean docs fix. |
Two factual corrections flagged during the live-status review: production LLM is Gemini via
LLM_PROVIDER(README said Anthropic); GitHub auto-deploy is not wired, so deploys are manual viavercel --prod(README said auto-deploy).