]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs: remove link for llama-cli function calling (#13810)
authorbandoti <redacted>
Tue, 27 May 2025 11:52:40 +0000 (08:52 -0300)
committerGitHub <redacted>
Tue, 27 May 2025 11:52:40 +0000 (08:52 -0300)
docs/function-calling.md

index 4a72e843ea9e0fcf433815a00bb04ac833549ec6..fd3db9bd16a924396919a7291ab6f2ca294beccf 100644 (file)
@@ -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