Skip to content

feat: make llama.cpp a first-class local provider#352

Draft
alejandro-ao wants to merge 2 commits into
mainfrom
feat/llama-cpp-first-class
Draft

feat: make llama.cpp a first-class local provider#352
alejandro-ao wants to merge 2 commits into
mainfrom
feat/llama-cpp-first-class

Conversation

@alejandro-ao

Copy link
Copy Markdown
Collaborator

Summary

  • add a built-in llama-cpp provider with optional authentication and dynamic OpenAI model discovery metadata
  • add tau llama-cpp setup to discover /v1/models and persist the server URL/model selection
  • add tau llama-cpp doctor to probe connectivity, streaming, and tool-call support
  • omit bearer authorization for OpenAI-compatible providers configured without authentication
  • document the new local-model workflow and architecture boundary

Test plan

  • uv run pytest
  • uv run ruff check .
  • uv run ruff format --check .
  • uv run mypy
  • cd website && hugo --minify
  • cd website && npx --yes pagefind@latest --site public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant