mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 15:09:39 +02:00
📝 docs(nutriphi): update Gemini model version to 2.5 Flash
- 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 <noreply@anthropic.com>
This commit is contained in:
parent
e4ac539495
commit
531ed3e215
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue