From 3a4821a0c83cd877de0092905cdc09c8bbc8303a Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sun, 30 Jun 2024 21:07:44 +0530 Subject: [PATCH] feat: Add Chrome AI provider and update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11d3848..750271b 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,11 @@ This will start a development server and watch for changes in the source files. ## Local AI Provider -- [Ollama](https://github.com/ollama/ollama) (Currently the only supported provider. More providers will be added in the future.) +- [Ollama](https://github.com/ollama/ollama) + +- Chrome AI (Gemini Nano) + +More providers will be added in the future. ## Roadmap