| { |
| "version": 1, |
| "services": { |
| "llm": { |
| "active_profile_id": "llm-profile-default", |
| "active_model_id": "llm-model-default", |
| "profiles": [ |
| { |
| "id": "llm-profile-default", |
| "name": "Default LLM Endpoint", |
| "binding": "mistral", |
| "base_url": "https://api.mistral.ai/v1", |
| "api_key": "HF_SECRET_MISTRAL", |
| "api_version": "", |
| "extra_headers": {}, |
| "models": [ |
| { |
| "id": "llm-model-default", |
| "name": "mistral-medium-2505", |
| "model": "mistral-medium-2505" |
| } |
| ] |
| } |
| ] |
| }, |
| "embedding": { |
| "active_profile_id": "embedding-profile-default", |
| "active_model_id": "embedding-model-default", |
| "profiles": [ |
| { |
| "id": "embedding-profile-default", |
| "name": "Default Embedding Endpoint", |
| "binding": "openai", |
| "base_url": "https://api.openai.com/v1", |
| "api_key": "HF_SECRET_OPENAI", |
| "api_version": "", |
| "extra_headers": {}, |
| "models": [ |
| { |
| "id": "embedding-model-default", |
| "name": "text-embedding-3-large", |
| "model": "text-embedding-3-large", |
| "dimension": "", |
| "supported_dimensions": "" |
| } |
| ] |
| } |
| ] |
| }, |
| "search": { |
| "active_profile_id": "search-profile-default", |
| "profiles": [ |
| { |
| "id": "search-profile-default", |
| "name": "Default Search", |
| "provider": "tavily", |
| "base_url": "", |
| "api_key": "HF_SECRET_TAVILY", |
| "api_version": "", |
| "extra_headers": {}, |
| "proxy": "", |
| "models": [] |
| } |
| ] |
| } |
| } |
| } |