From 6b6982b6bec5672bc9d62ac41d15280e7acaa998 Mon Sep 17 00:00:00 2001 From: haruiz Date: Sat, 6 Apr 2024 12:57:08 -0500 Subject: [PATCH] readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5d2099..ada719a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Gemini Playground -![Gemini Logo](images/logo.png) +![Gemini Logo](https://raw.githubusercontent.com/haruiz/geminiplayground/main/images/logo.png) Gemini-Playground provides a Python interface and a UI to interact with last Google's Gemini's version, `models/gemini-1.5-pro-latest`. With Gemini Playground, @@ -272,7 +272,7 @@ geminiplayground ui This will start a local server and open the GUI in your default browser. -![Gemini GUI](images/ui.png) +![Gemini GUI](https://raw.githubusercontent.com/haruiz/geminiplayground/main/images/ui.png)) ### Contributing