GitHub Sentinel v0.6
GitHub Sentinel v0.6 Release Notes
New Features
-
Extended
LLM ClassSupport: Enhanced theLLM Classto support calling privatized large model services such asOllama. This allows users to utilize private AI models in addition to public offerings likeOpenAI GPTmodels, providing flexibility in sensitive or specific operational environments. -
Configuration Management Enhancements: Added new configuration options in the
llmconfiguration file to support bothOpenAI GPTmodels andOllamaprivatized 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 deployingOllamaservices 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 Classto include support forOllama, enabling the use of privatized large model services. - Updated the
llmconfiguration management to accommodate bothOpenAI GPTandOllamamodels, enhancing flexibility. - Added new installation and deployment documentation for
Ollamato assist users in setting up privatized AI services.