Spaces:
Sleeping
Sleeping
File size: 1,228 Bytes
3f3cc8a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | {
"providers": [
{
"account_id": "your_cloudflare_account_id_1",
"api_token": "your_cloudflare_api_token_1",
"name": "Provider-Alpha",
"priority": 1
},
{
"account_id": "your_cloudflare_account_id_2",
"api_token": "your_cloudflare_api_token_2",
"name": "Provider-Beta",
"priority": 2
},
{
"account_id": "your_cloudflare_account_id_3",
"api_token": "your_cloudflare_api_token_3",
"name": "Provider-Gamma",
"priority": 3
},
{
"account_id": "your_cloudflare_account_id_4",
"api_token": "your_cloudflare_api_token_4",
"name": "Provider-Delta",
"priority": 4
},
{
"account_id": "your_cloudflare_account_id_5",
"api_token": "your_cloudflare_api_token_5",
"name": "Provider-Epsilon",
"priority": 5
}
],
"local_fallback": {
"name": "Local Ollama",
"endpoint": "http://localhost:11434",
"model": "llama3",
"max_concurrent": 1
}
}
|