mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-30 19:33:30 -04:00
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"$schema": "https://charm.land/crush.json",
|
|
"providers": {
|
|
"lmstudio": {
|
|
"name": "LM Studio",
|
|
"base_url": "http://localhost:1234/v1/",
|
|
"type": "openai",
|
|
"models": [
|
|
{
|
|
"name": "Qwen3 30B MOE",
|
|
"id": "local-model",
|
|
"context_window": 131072,
|
|
"default_max_tokens": 20000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |