Skip to content

Tags: AlexsJones/llmserve

Tags

v0.0.8

Toggle v0.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #21 from AlexsJones/release-please--branches--main

chore(main): release 0.0.8

v0.0.7

Toggle v0.0.7's commit message
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>

v0.0.6

Toggle v0.0.6's commit message
feat: bug fix

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

v0.0.5

Toggle v0.0.5's commit message
feat: added two new providers

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

v0.0.4

Toggle v0.0.4's commit message
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>

v0.0.3

Toggle v0.0.3's commit message
chore: updated version

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>

v0.0.1

Toggle v0.0.1's commit message
chore: update model catalogue

Signed-off-by: Alex Jones <alexsimonjones@gmail.com>