Implemented vibecoding functionality for llmchat

This commit is contained in:
Luxferre
2025-12-26 14:10:10 +02:00
parent ab5c859cee
commit e66ebd50a9
4 changed files with 138 additions and 16 deletions
+1
View File
@@ -14,6 +14,7 @@ from deck.http import auth_header, url_escape, form_encode
from deck import xlat
from app.ed import edit, view, edbuf, viewbuf, edurl, viewurl
from app.blog import blogpost, blogpost_str, bloged
from app.llmchat import llmchat
try:
from deck import net
requests = net.init_requests()