rework llm

This commit is contained in:
Kujtim Hoxha
2025-04-01 13:38:54 +02:00
parent 904061c243
commit afd9ad0560
61 changed files with 5881 additions and 2073 deletions
+4
View File
@@ -8,5 +8,9 @@ const (
ToolIcon string = ""
UserIcon string = ""
CheckIcon string = "✓"
ErrorIcon string = "✗"
SpinnerIcon string = "..."
SleepIcon string = "󰒲"
)