Spaces:
Running
Running
| { | |
| "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 | |
| } | |
| } | |