Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
name: My Config version: 0.0.1 schema: v1 models: - name: <MODEL_NAME> provider: llama.cpp model: <MODEL_ID> apiBase: http://localhost:8080
{ "models": [ { "title": "<MODEL_NAME>", "provider": "llama.cpp", "model": "<MODEL_ID>" "apiBase": "http://localhost:8080" } ] }
Was this page helpful?