forked from potpie-ai/potpie
-
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 potpie-ai#188 Add support for Ollama to enable users to run open source models locally. * **Provider Service Integration** - Add Ollama API integration in `app/modules/intelligence/provider/provider_service.py` - Implement method to get Ollama LLM - Update `list_available_llms` method to include Ollama * **Configuration Options** - Add configuration options for Ollama endpoint and model selection in `app/core/config_provider.py` - Update `ConfigProvider` class to include Ollama settings * **Agent Factory and Injector Service** - Add support for Ollama models in `app/modules/intelligence/agents/agent_factory.py` - Implement method to create Ollama agent - Add support for Ollama models in `app/modules/intelligence/agents/agent_injector_service.py` - Implement method to get Ollama agent * **Tool Service** - Add tools for Ollama model support in `app/modules/intelligence/tools/tool_service.py` - Implement methods to interact with Ollama models
- Loading branch information
1 parent
55eb585
commit 6ecad88
Showing
5 changed files
with
49 additions
and
0 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
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