feat: replace XML parsing with command-based approach and remove Grok API

This commit is contained in:
AkashiNeko
2025-06-13 11:31:30 +08:00
parent 9a61ca1d2b
commit 20f2ccbacc
12 changed files with 342 additions and 508 deletions

View File

@@ -3,8 +3,6 @@ package main
import (
"strings"
// "go-hurobot/llm"
"go-hurobot/llm"
"go-hurobot/qbot"
)