From a77c852eba4add5c5f936710de8740d08d186fc8 Mon Sep 17 00:00:00 2001 From: "MinWoo(Daniel) Park" Date: Tue, 12 Dec 2023 00:44:33 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df7d88a0a..0a65fa21a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ I referred to this github repository([github.com/acheong08/Bard](https://github. [Gemini](https://deepmind.google/technologies/gemini/#introduction) is an advanced, multimodal AI model by [Google DeepMind](https://deepmind.google/), capable of understanding and integrating various information types like text, code, audio, images, and video. ### Access to Gemini Pro in Bard API -The Bard API, sourcing responses from [Google Bard's official website](https://bard.google.com/chat), allows you to receive the same responses as the website. So, if Gemini answers are available on the website, you can also accessed through the Bard API. However, you can't exclusively receive responses from Gemini Pro or Ultra. +The Bard API, sourcing responses from [Google Bard's official website](https://bard.google.com/chat), allows you to receive the same responses as the website. So, if Gemini answers are available on the web, you can also accessed Gemini through the Bard API. However, you can't exclusively receive responses from Gemini Pro or Ultra. - Gemini Pro access via Bard API is inconsistent and only available in English. - There is no official Bard API or early access/waiting list for Gemini, although the [PaLM2 API](https://github.com/dsdanielpark/Bard-API#google-palm-api) is available. - Google's PaLM2 API differs from Bard, with some aspects of Bard being superior.