Refined readme

This commit is contained in:
Pavel Pivovarov
2025-12-12 12:10:15 +11:00
parent 50a439a499
commit 272d223f73
4 changed files with 9 additions and 48 deletions

View File

@@ -9,9 +9,9 @@ import (
"strings"
"syscall"
"git.netra.pivpav.com/public/tell-me/config"
"git.netra.pivpav.com/public/tell-me/llm"
"github.com/sashabaranov/go-openai"
"github.com/tell-me/config"
"github.com/tell-me/llm"
)
func main() {