From 926d39aa1cbf1efa053de942181a3173e17c5f28 Mon Sep 17 00:00:00 2001 From: Jaana Dogan Date: Fri, 8 Nov 2024 12:19:21 -0800 Subject: [PATCH] Update README with a note about the official OpenAI API support --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index dadd2c2..43e380d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ [![Go](https://github.com/google-gemini/proxy-to-gemini/actions/workflows/go.yml/badge.svg)](https://github.com/google-gemini/proxy-to-gemini/actions/workflows/go.yml) +> [!IMPORTANT] +> Gemini API officially supports OpenAI API compatibility and this sidecar is no longer needed. +> See the [blog post](https://developers.googleblog.com/en/gemini-is-now-accessible-from-the-openai-library/) for more details! + + A simple proxy server to access Gemini models by using other well-known APIs like OpenAI and Ollama. ## Setup