f-id / config.toml
marcodsn's picture
replaced MiniCPM5-1B with MiniCPM4.1-8B
a354cf0
Raw
History Blame Contribute Delete
1.14 kB
# Hugging Face Space configuration for ID.
[providers.openai]
base_url = "https://api.openai.com/v1"
api_key_env = "OPENAI_API_KEY"
[providers.openrouter]
base_url = "https://openrouter.ai/api/v1"
api_key_env = "OPENROUTER_API_KEY"
default_headers = { "HTTP-Referer" = "https://huggingface.co/spaces", "X-Title" = "ID" }
[providers.local]
base_url = "http://127.0.0.1:8000/v1"
api_key_env = "LOCAL_API_KEY"
[tiers.author]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 1.0
[tiers.solver]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.2
[tiers.character]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.8
[tiers.guard]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.0
[tiers.extractor]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.0
[tiers.environment]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.7
[tiers.judge]
provider = "local"
model = "openbmb/MiniCPM4.1-8B"
temperature = 0.2
[engine]
regenerate_retries = 2
best_of_n = 3
solver_max_attempts = 2
request_timeout = 180.0
max_retries = 3
[profiles]