lexrag / settings.json
GautamKishore's picture
Upload folder using huggingface_hub
18e58fa verified
Raw
History Blame Contribute Delete
697 Bytes
{
"provider": "groq",
"model": "llama-3.1-8b-instant",
"jurisdiction_override": null,
"active_models": {
"openrouter": [
"meta-llama/llama-3.3-70b-instruct:free",
"openrouter/free"
],
"groq": [
"llama-3.3-70b-versatile",
"llama-3.1-8b-instant",
"openai/gpt-oss-20b",
"openai/gpt-oss-120b"
],
"ollama": []
},
"custom_models": {
"openrouter": [
{
"id": "openrouter/free",
"name": "openrouter:free"
}
],
"groq": [
{
"id": "openai/gpt-oss-20b",
"name": "GPT-OSS 20B"
},
{
"id": "openai/gpt-oss-120b",
"name": "GPT-OSS 120B"
}
]
}
}