You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A GitHub Action wrapper for VectorLint - A command-line tool that evaluates and scores content using LLMs. It uses LLM-as-a-Judge to catch content quality issues that typically require human judgement.
Temperature controls the randomness of LLM responses. Lower values (e.g., 0.1) produce more deterministic outputs, while higher values (e.g., 0.8) produce more creative outputs.
Input
Description
Range
openai_temperature
Temperature for OpenAI
0.0 - 2.0
anthropic_temperature
Temperature for Anthropic
0.0 - 1.0
gemini_temperature
Temperature for Gemini
0.0 - 2.0
azure_openai_temperature
Temperature for Azure OpenAI
0.0 - 2.0
Recommendation: Use 0.2 - 0.4 for consistent linting results.
Azure OpenAI Configuration
Input
Description
azure_openai_api_key
Azure OpenAI API key
azure_openai_endpoint
Azure OpenAI endpoint URL
azure_openai_deployment_name
Azure OpenAI deployment name
azure_openai_api_version
API version (e.g., 2024-02-15-preview)
Perplexity Integration
Perplexity is used for technical accuracy verification. When enabled, VectorLint can cross-reference claims and technical statements against real-world data.
Input
Description
perplexity_api_key
Perplexity API key for search-based fact verification