initial commit for llm chat tab in sidebar
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
qml_module(ZShell-llm
|
||||
URI ZShell.Llm
|
||||
SOURCES
|
||||
chat.hpp chat.cpp
|
||||
session.hpp session.cpp
|
||||
message.hpp message.cpp
|
||||
chatstore.hpp chatstore.cpp
|
||||
LIBRARIES
|
||||
Qt::Network
|
||||
ZShell-config
|
||||
)
|
||||
|
||||
target_include_directories(ZShell-llm PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../Config)
|
||||
Reference in New Issue
Block a user