reordering

This commit is contained in:
Ettore Di Giacinto
2025-02-25 22:18:08 +01:00
parent d73fd545b2
commit 296734ba3b
46 changed files with 84 additions and 85 deletions

View File

@@ -10,9 +10,9 @@ import (
fiber "github.com/gofiber/fiber/v2"
"github.com/gofiber/template/html/v2"
. "github.com/mudler/local-agent-framework/agent"
"github.com/mudler/local-agent-framework/llm"
"github.com/mudler/local-agent-framework/llm/rag"
. "github.com/mudler/local-agent-framework/core/agent"
"github.com/mudler/local-agent-framework/pkg/llm"
"github.com/mudler/local-agent-framework/pkg/llm/rag"
)
var testModel = os.Getenv("TEST_MODEL")