Skip to content

GitHub Sentinel v0.6

Compare
Choose a tag to compare
@DjangoPeng DjangoPeng released this 31 Aug 10:38
· 20 commits to main since this release
4445b99

GitHub Sentinel v0.6 Release Notes

New Features

  • Extended LLM Class Support: Enhanced the LLM Class to support calling privatized large model services such as Ollama. This allows users to utilize private AI models in addition to public offerings like OpenAI GPT models, providing flexibility in sensitive or specific operational environments.

  • Configuration Management Enhancements: Added new configuration options in the llm configuration file to support both OpenAI GPT models and Ollama 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 deploying Ollama 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 for Ollama, enabling the use of privatized large model services.
  • Updated the llm configuration management to accommodate both OpenAI GPT and Ollama models, enhancing flexibility.
  • Added new installation and deployment documentation for Ollama to assist users in setting up privatized AI services.