GitHub Sentinel v0.6
GitHub Sentinel v0.6 Release Notes
New Features
-
Extended
LLM Class
Support: Enhanced theLLM Class
to support calling privatized large model services such asOllama
. This allows users to utilize private AI models in addition to public offerings likeOpenAI GPT
models, providing flexibility in sensitive or specific operational environments. -
Configuration Management Enhancements: Added new configuration options in the
llm
configuration file to support bothOpenAI GPT
models andOllama
privatized deployment model services. This update ensures seamless integration and switching between different AI models based on user requirements. -
Updated Documentation: Published new installation and service deployment documentation for
Ollama
, providing users with detailed guidelines on setting up and deployingOllama
services effectively.
Enhancements
- Documentation and Configuration Usability: Improved the usability of documentation and configuration settings, making it easier for users to adapt the system to their specific needs with
Ollama
.
Commit Log
- Expanded the
LLM Class
to include support forOllama
, enabling the use of privatized large model services. - Updated the
llm
configuration management to accommodate bothOpenAI GPT
andOllama
models, enhancing flexibility. - Added new installation and deployment documentation for
Ollama
to assist users in setting up privatized AI services.