diff --git a/README.md b/README.md index af426d9..beb712c 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati RssFlow An intelligent RSS reader browser extension with AI-powered RSS summarization and multi-dimensional feed views. Supports DeepSeek model configuration for enhanced content understanding. + + Icon + Ollamazing + An Open Source Web extension for using Ollama models, including DeepSeek models. Supporting chat, translate, and more. + ### VS Code Extensions diff --git a/docs/ollamazing/README.md b/docs/ollamazing/README.md new file mode 100644 index 0000000..cd64797 --- /dev/null +++ b/docs/ollamazing/README.md @@ -0,0 +1,17 @@ + + +# [Ollamazing](https://github.com/buiducnhat/ollamazing) + +Ollamazing is the Open Source Web extension for using Ollama. The current main features are: + +- Chat with Ollama models - include `deepseek` models (r1, v3,...) +- Use Ollama models as a translator in web page + +## Just follow these steps: + +1. Ensure to have Ollama server running +2. Install the extension from [Chrome Web Store](https://chromewebstore.google.com/detail/ollamazing/bfndpdpimcehljfgjdacbpapgbkecahi) + +# UI + +![image](assets/demo.gif) diff --git a/docs/ollamazing/assets/demo.gif b/docs/ollamazing/assets/demo.gif new file mode 100644 index 0000000..1723687 Binary files /dev/null and b/docs/ollamazing/assets/demo.gif differ