Skip to content

Commit a19ed47

Browse files
committed
Enable LLAMA_TOOLCALL by default (for now)
1 parent 8668d89 commit a19ed47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ option(LLAMA_CURL "llama: use libcurl to download model from an URL" OFF)
8383
option(LLAMA_LLGUIDANCE "llama-common: include LLGuidance library for structured output in common utils" OFF)
8484

8585
# Toolcall support - needs LLAMA_CURL support to connect with SSE endpoints
86-
option(LLAMA_TOOLCALL "llama: add toolcall support via Model Context Protocol" OFF)
86+
option(LLAMA_TOOLCALL "llama: add toolcall support via Model Context Protocol" ON)
8787

8888
# Required for relocatable CMake package
8989
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/build-info.cmake)

0 commit comments

Comments
 (0)