llama-cpp: remove

This commit is contained in:
2025-12-25 04:00:17 -05:00
parent 6edbeb167b
commit 1d6b1fb341
3 changed files with 0 additions and 72 deletions

View File

@@ -50,17 +50,6 @@
apiKey = "{file:${../secrets/openrouter_api_key}}";
};
};
# Local llama-cpp server with OpenAI-compatible API
"llama.cpp" = {
npm = "@ai-sdk/openai-compatible";
options = {
baseURL = "http://127.0.0.1:8012/v1";
};
models = {
"local" = { };
};
};
};
};
};