From 2f26abfb2fe007d0e7e6dfa6ef0080783130d752 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Sat, 30 May 2026 17:44:13 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20=E2=80=94=20remove=20?= =?UTF-8?q?Ollama=20references,=20update=20config=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2a0315..4e907c9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ReceiptNext — AI-Powered Expense Tracker +> A production-ready, mobile-first Progressive Web App (PWA) for expense management with passwordless OTP login, AI receipt extraction (Gemini / OpenAI-compatible), and CSV/PDF email reporting with receipt images. +**Tech Stack:** Go 1.23+ · HTMX · SQLite (pure Go) · Google Gemini / OpenAI · PWA --- @@ -101,9 +103,8 @@ Configuration is via environment variables in `.env`. The install script builds | `PORT` | No | `8080` | HTTP server port | | `BASE_URL` | No | `http://localhost:8080` | Public URL for email links | | **AI Provider** | | | | -| `AI_PROVIDER` | No | `gemini` | `gemini`, `openai`, or `ollama` | +| `AI_PROVIDER` | No | `gemini` | `gemini` or `openai` | | `GEMINI_API_KEY` | For Gemini | — | Google Gemini API key | -| `OPENAI_API_KEY` | For OpenAI | — | OpenAI-compatible API key | | **SMTP** | | | | | `SMTP_HOST` | See note | — | SMTP server hostname | | `SMTP_PORT` | See note | `587` | SMTP server port |