File size: 1,804 Bytes
59ff863 3ad44ec 59ff863 99fbb1d 46468e7 59ff863 46468e7 59ff863 | 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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | {
"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": []
}
]
}
}
} |