From 7ac2539b29bcfe099de770057375d2d93e94d22e Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 5 Mar 2024 19:52:05 -0500 Subject: [PATCH] Backport PR #666: Add support for Gemini --- README.md | 2 +- docs/source/index.md | 2 +- docs/source/users/index.md | 1 + .../partner_providers/gemini.py | 18 ++++++++++++++++++ packages/jupyter-ai-magics/pyproject.toml | 3 ++- 5 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 packages/jupyter-ai-magics/jupyter_ai_magics/partner_providers/gemini.py diff --git a/README.md b/README.md index 4a5dfd0a5..901c78a2d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ in JupyterLab and the Jupyter Notebook. More specifically, Jupyter AI offers: This works anywhere the IPython kernel runs (JupyterLab, Jupyter Notebook, Google Colab, VSCode, etc.). * A native chat UI in JupyterLab that enables you to work with generative AI as a conversational assistant. * Support for a wide range of generative model providers, including AI21, Anthropic, AWS, Cohere, - Hugging Face, NVIDIA, and OpenAI. + Gemini, Hugging Face, NVIDIA, and OpenAI. * Local model support through GPT4All, enabling use of generative AI models on consumer grade machines with ease and privacy. diff --git a/docs/source/index.md b/docs/source/index.md index 8d70538e3..a2c060f6a 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -8,7 +8,7 @@ in JupyterLab and the Jupyter Notebook. More specifically, Jupyter AI offers: This works anywhere the IPython kernel runs (JupyterLab, Jupyter Notebook, Google Colab, VSCode, etc.). * A native chat UI in JupyterLab that enables you to work with generative AI as a conversational assistant. * Support for a wide range of generative model providers and models - (AI21, Anthropic, Cohere, Hugging Face, OpenAI, SageMaker, NVIDIA, etc.). + (AI21, Anthropic, Cohere, Gemini, Hugging Face, OpenAI, SageMaker, NVIDIA, etc.).