docs: remove link for llama-cli function calling (#13810)

This commit is contained in:
bandoti
2025-05-27 08:52:40 -03:00
committed by GitHub
parent 7fe03e7446
commit 72b090da2c

View 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