forked from Integuru-AI/Integuru
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
212d87b
commit a330332
Showing
3 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters