diff --git a/README.md b/README.md index 8f359581e..172cd80b4 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This project is fully based on [llamacoder](https://github.com/Nutlope/llamacode ## Tech stack -- [Gemini API](https://ai.google.dev/gemini-api/docs) to use Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 Flash Experimental +- [Gemini API](https://ai.google.dev/gemini-api/docs) to use Gemini 2.5 Pro, Gemini 1.5 Pro, Gemini 1.5 Flash, and Gemini 2.0 Flash Experimental - [Sandpack](https://sandpack.codesandbox.io/) for the code sandbox - Next.js app router with Tailwind diff --git a/app/(main)/page.tsx b/app/(main)/page.tsx index 15bb0f0e8..ab17ef8a2 100644 --- a/app/(main)/page.tsx +++ b/app/(main)/page.tsx @@ -21,6 +21,10 @@ export default function Home() { >("initial"); let [prompt, setPrompt] = useState(""); let models = [ + { + label: "gemini-2.5-pro-exp-03-25", + value: "gemini-2.5-pro-exp-03-25", + }, { label: "gemini-2.0-flash-exp", value: "gemini-2.0-flash-exp",