Files
Beyhan Oğur 880f412e2c first commit
2026-04-26 21:52:23 +03:00

30 lines
586 B
JSON

{
"$schema": "https://www.getbifrost.ai/schema",
"version": 2,
"config_store": {
"enabled": true,
"type": "sqlite",
"config": {
"path": "./config.db"
}
},
"framework": {
"pricing": {
"pricing_url": "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json",
"pricing_sync_interval": 86400
}
},
"providers": {
"openai": {
"keys": [
{
"name": "openai-key-1",
"value": "sk-dummy",
"weight": 1,
"models": ["*"]
}
]
}
}
}