Tags: AlexsJones/llmserve
Tags
fix: discover llmfit models from ~/.cache/llmfit/models Models downloaded via llmfit were not visible in llmserve because the llmfit cache directory was not included in the model discovery scan paths. Adds LlmFit as a new ModelSource and scans ~/.cache/llmfit/models/ for GGUF files. Closes #14 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: detect LM Studio models via API and additional cache paths Previously LM Studio models were only discovered by scanning ~/.lmstudio/models/ for GGUF files on disk. This adds API-based model fetching via LM Studio's /v1/models endpoint (matching how Ollama models are already fetched) and scans ~/.cache/lm-studio/models/ for newer LM Studio versions. Fixes #6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>