Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions ai/llmchat/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ if PKG_USING_LLMCHAT
config PKG_LLMCHAT_DBG
bool "Enable llmchat debug"
default n

menu "Examples"
config PKG_USING_LLMCHAT_DEMO_LLM_CONTORY
bool "select llm_contory demo"
default n
endmenu

choice
prompt "Version"
Expand Down
Loading