Skip to content

Commit

Permalink
Add scoring key into validator example
Browse files Browse the repository at this point in the history
  • Loading branch information
dbobrenko committed Jan 7, 2025
1 parent 00c03ab commit 6b04131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .env.validator.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ SN19_API_URL = "e.g. http://24.199.112.174:4051/"
OPENAI_API_KEY = "your_openai_api_key_here"
HF_TOKEN = "your_huggingface_token_here"

# Scoring API.
# Scoring API (optional).
DEPLOY_SCORING_API = true
SCORING_ADMIN_KEY = "123456"
SCORING_API_PORT = 8094
# Scoring key must match the scoring key in the .env.api.
# SCORING_KEY="..."

0 comments on commit 6b04131

Please sign in to comment.