From 531ed3e21531e148282a1649c60cca27e6e0baef Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sat, 14 Feb 2026 12:41:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(nutriphi):=20update=20Gemin?= =?UTF-8?q?i=20model=20version=20to=202.5=20Flash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Updated Technology Stack to reflect gemini-2.5-flash model - Added note about getting API key from Google AI Studio Co-Authored-By: Claude Opus 4.5 --- apps/nutriphi/CLAUDE.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/nutriphi/CLAUDE.md b/apps/nutriphi/CLAUDE.md index 52567e6a9..d2f992e95 100644 --- a/apps/nutriphi/CLAUDE.md +++ b/apps/nutriphi/CLAUDE.md @@ -109,7 +109,7 @@ pnpm build # Build for production | Layer | Technology | |-------|------------| | **Backend** | NestJS 10, Drizzle ORM, PostgreSQL | -| **AI** | Google Gemini 2.0 Flash | +| **AI** | Google Gemini 2.5 Flash | | **Web** | SvelteKit 2.x, Svelte 5 (runes mode), Tailwind CSS 4 | | **Landing** | Astro 5.x, Tailwind CSS | | **Auth** | Mana Core Auth (JWT) | @@ -241,10 +241,12 @@ DATABASE_URL=postgresql://manacore:devpassword@localhost:5432/nutriphi MANA_CORE_AUTH_URL=http://localhost:3001 CORS_ORIGINS=http://localhost:5180,http://localhost:4323 -# Gemini AI +# Gemini AI (uses gemini-2.5-flash model) GEMINI_API_KEY=your-gemini-api-key ``` +> **Note:** Get your API key from https://aistudio.google.com/apikey + ### Web (.env) ```env