From: bandoti Date: Tue, 27 May 2025 11:52:40 +0000 (-0300) Subject: docs: remove link for llama-cli function calling (#13810) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=72b090da2c50e540143fd312a2f9aa5f151e6136;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs: remove link for llama-cli function calling (#13810) --- diff --git a/docs/function-calling.md b/docs/function-calling.md index 4a72e843..fd3db9bd 100644 --- a/docs/function-calling.md +++ b/docs/function-calling.md @@ -2,7 +2,6 @@ [chat.h](../common/chat.h) (https://github.com/ggml-org/llama.cpp/pull/9639) adds support for [OpenAI-style function calling](https://platform.openai.com/docs/guides/function-calling) and is used in: - `llama-server` when started w/ `--jinja` flag -- `llama-cli` (WIP: https://github.com/ggml-org/llama.cpp/pull/11556) ## Universal support w/ Native & Generic handlers