Ver Fonte

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

bandoti há 7 meses atrás
pai
commit
72b090da2c
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      docs/function-calling.md

+ 0 - 1
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