diff --git a/LICENSE b/LICENSE index f288702d..66929545 100644 --- a/LICENSE +++ b/LICENSE @@ -672,3 +672,12 @@ may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . + +ADDENDUM: + +Any LLM models that are loaded and used by the application are not themselves +subject to the GPLv3 if indeed they are even copyrightable. The terms of +this license apply only to the application software (chat userface and features) +and its accompanying documentation and do not extend to any LLM models, +whether created by the author of the application or obtained from third-party +sources. diff --git a/cmake/deploy-qt-linux.cmake.in b/cmake/deploy-qt-linux.cmake.in index 360adf78..bdfa2380 100644 --- a/cmake/deploy-qt-linux.cmake.in +++ b/cmake/deploy-qt-linux.cmake.in @@ -2,5 +2,5 @@ set(LINUXDEPLOYQT "@LINUXDEPLOYQT@") set(COMPONENT_NAME_MAIN "@COMPONENT_NAME_MAIN@") set(CMAKE_CURRENT_SOURCE_DIR "@CMAKE_CURRENT_SOURCE_DIR@") execute_process(COMMAND ${LINUXDEPLOYQT} ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/packages/${COMPONENT_NAME_MAIN}/data/bin/chat -verbose=2) -file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt +file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/models/ggml-model-q4_0.bin DESTINATION ${CPACK_TEMPORARY_INSTALL_DIRECTORY}/packages/${COMPONENT_NAME_MAIN}/data/bin) diff --git a/icons/16.png b/icons/16.png new file mode 100644 index 00000000..6e36987f Binary files /dev/null and b/icons/16.png differ diff --git a/icons/logo.svg b/icons/logo.svg index 7d927b8a..0bf279df 100644 --- a/icons/logo.svg +++ b/icons/logo.svg @@ -1,17 +1,20 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +