From 4e94227b5d564030cb8cad47c37e3ce74dc65e1b Mon Sep 17 00:00:00 2001 From: Ivo Stoykov Date: Mon, 11 Nov 2024 06:14:22 +0000 Subject: [PATCH] readme: add browser extension that enables using Ollama for interacting with web pages (#5827) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41a4289f..d0f6e386 100644 --- a/README.md +++ b/README.md @@ -454,6 +454,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Discord-Ollama Chat Bot](https://github.com/kevinthedang/discord-ollama) (Generalized TypeScript Discord Bot w/ Tuning Documentation) - [Discord AI chat/moderation bot](https://github.com/rapmd73/Companion) Chat/moderation bot written in python. Uses Ollama to create personalities. - [Headless Ollama](https://github.com/nischalj10/headless-ollama) (Scripts to automatically install ollama client & models on any OS for apps that depends on ollama server) +- [Local AI Helper](https://github.com/ivostoykov/localAI) (Chrome and Firefox extensions that enable interactions with the active tab and customisable API endpoints. Includes secure storage for user prompts.) - [vnc-lm](https://github.com/jk011ru/vnc-lm) (A containerized Discord bot with support for attachments and web links) - [LSP-AI](https://github.com/SilasMarvin/lsp-ai) (Open-source language server for AI-powered functionality) - [QodeAssist](https://github.com/Palm1r/QodeAssist) (AI-powered coding assistant plugin for Qt Creator)