Skip to content

Commit fa91d55

Browse files
committed
package:llm support webnet mode.
1 parent 0c567d7 commit fa91d55

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ai/llmchat/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,15 @@ if PKG_USING_LLMCHAT
115115
bool "Enable llmchat history payload"
116116
default n
117117

118+
config PKG_LLMCHAT_WEBNET_MODE
119+
bool "Enable llmchat webnet mode"
120+
select PKG_USING_WEBNET
121+
select WEBNET_USING_CGI
122+
default n
123+
help
124+
After using the WebNet model,
125+
you can communicate with the llm using a browser webpage.
126+
118127
config PKG_LLMCHAT_DBG
119128
bool "Enable llmchat debug"
120129
default n

0 commit comments

Comments
 (0)