Commit Graph
10 Commits
Author SHA1 Message Date
christian.vidal 9b10b628af fix(translate): increase token limit and improve prompt for full translation (no summarizing) 2026-03-27 14:15:51 +01:00
christian.vidal 021bf96f32 fix(gemini): update to 2.5 series models for March 2026 compatibility 2026-03-27 14:13:36 +01:00
christian.vidal d47c1251d1 fix(gemini): update model list with more specific names for better api compatibility 2026-03-27 14:12:25 +01:00
christian.vidal bad87b0f0b fix(gemini): implement model fallback system for reliability 2026-03-27 14:11:27 +01:00
christian.vidal 980821f015 fix(gemini): use gemini-pro for better model compatibility 2026-03-27 14:09:32 +01:00
christian.vidal 1355744765 fix(gemini): use stable v1 api instead of v1beta 2026-03-27 14:08:35 +01:00
christian.vidal 893ee3a818 fix(gemini): use stable gemini-1.5-flash model 2026-03-27 14:07:27 +01:00
christian.vidal 15d7a6ea3a fix(gemini): broaden api key detection and improve error reporting 2026-03-27 14:06:21 +01:00
christian.vidal 255ca97508 feat: switch AI to Gemini and improve translation workflow 2026-03-27 13:58:20 +01:00
Christian a3bbc6607e feat: Initialize AI Studio project structure
Sets up a new project for an AI Studio application. Includes essential files like `package.json`, `vite.config.ts`, `tsconfig.json`, and a basic React application structure (`App.tsx`, `main.tsx`, `index.html`, `index.css`).

Also adds a `README.md` with instructions for running locally, an `.env.example` for API key configuration, and a `.gitignore` to manage project dependencies and build artifacts.
2026-03-27 11:34:09 +01:00