Add/Update wolf-config.yaml.example by Wolf
This commit is contained in:
43
wolf-config.yaml.example
Normal file
43
wolf-config.yaml.example
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
# Wolf Configuration Example
|
||||||
|
# Save this to ~/.hermes/wolf-config.yaml
|
||||||
|
|
||||||
|
# Gitea Configuration
|
||||||
|
gitea:
|
||||||
|
base_url: "http://143.198.27.163:3000/api/v1"
|
||||||
|
token: "YOUR_GITEA_TOKEN"
|
||||||
|
owner: "Timmy_Foundation"
|
||||||
|
repo: "wolf"
|
||||||
|
|
||||||
|
# Model Providers
|
||||||
|
providers:
|
||||||
|
openrouter:
|
||||||
|
api_key: "YOUR_OPENROUTER_API_KEY"
|
||||||
|
base_url: "https://openrouter.ai/api/v1"
|
||||||
|
groq:
|
||||||
|
api_key: "YOUR_GROQ_API_KEY"
|
||||||
|
base_url: "https://api.groq.com/openai/v1"
|
||||||
|
ollama:
|
||||||
|
base_url: "http://localhost:11434"
|
||||||
|
openai:
|
||||||
|
api_key: "YOUR_OPENAI_API_KEY"
|
||||||
|
base_url: "https://api.openai.com/v1"
|
||||||
|
anthropic:
|
||||||
|
api_key: "YOUR_ANTHROPIC_API_KEY"
|
||||||
|
base_url: "https://api.anthropic.com/v1"
|
||||||
|
|
||||||
|
# Models to Evaluate
|
||||||
|
models:
|
||||||
|
- model: "anthropic/claude-3.5-sonnet"
|
||||||
|
provider: "openrouter"
|
||||||
|
- model: "google/gemma-2-9b-it"
|
||||||
|
provider: "openrouter"
|
||||||
|
- model: "llama3-70b-8192"
|
||||||
|
provider: "groq"
|
||||||
|
- model: "gemma4:latest"
|
||||||
|
provider: "ollama"
|
||||||
|
- model: "hermes4:14b"
|
||||||
|
provider: "ollama"
|
||||||
|
|
||||||
|
# Logging and Storage
|
||||||
|
log_dir: "~/.hermes/wolf/"
|
||||||
|
leaderboard_path: "~/.hermes/wolf/leaderboard.json"
|
||||||
Reference in New Issue
Block a user