From c8b8574e573475f998ac5cfbcd346f498724504a Mon Sep 17 00:00:00 2001 From: Augustin <48162609+AugustinSorel@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:36:23 +0100 Subject: [PATCH] FIX/typo in gemini api key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9d4958c..d4d50f58 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ bun install Create a `.env` file inside the `agent` folder with the following content: ``` -GEMENI_API_KEY=sk-...your-openai-key-here... +GEMINI_API_KEY=sk-...your-openai-key-here... ```