Feat: LLM Chat and Nightlight shader #155

Open
zach wants to merge 34 commits from feat/llm-chat-tab into main
Showing only changes of commit c9f7856982 - Show all commits
+4 -1
View File
@@ -1,6 +1,6 @@
FROM archlinux:latest
RUN pacman -Syu --noconfirm
RUN pacman -Syyu --noconfirm
# Build toolchain
RUN pacman -S --noconfirm \
@@ -10,6 +10,9 @@ RUN pacman -S --noconfirm \
clang \
lld \
nodejs \
tree-sitter \
jkqtplotter \
cmark-gfm \
git
# Qt6