You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to Integuru-AI#7
Add support for Ollama model using the ollama python package.
* **`integuru/util/LLM.py`**
- Import `Ollama` from `ollama`.
- Add `_ollama_model` attribute to `LLMSingleton` class.
- Modify `get_instance` method to support Ollama model.
- Add `get_ollama_instance` method to return an Ollama instance.
* **`integuru/__main__.py`**
- Update `model` option help text to include Ollama.
* **`README.md`**
- Update documentation to reflect Ollama support.
Ollama support would make privacy way better plus there is an ollama python package for easy implementation
The text was updated successfully, but these errors were encountered: