diff --git a/app/service/compatible.go b/app/service/compatible.go index 21f76a6..2fb500b 100644 --- a/app/service/compatible.go +++ b/app/service/compatible.go @@ -6,8 +6,6 @@ import ( "context" "encoding/json" "fmt" - "github.com/gin-contrib/sse" - "github.com/gin-gonic/gin" "io" nh "net/http" "net/url" @@ -15,6 +13,9 @@ import ( "strings" "time" + "github.com/gin-contrib/sse" + "github.com/gin-gonic/gin" + "github.com/alioth-center/akasha-whisper/app/global" "github.com/alioth-center/akasha-whisper/app/model" "github.com/alioth-center/infrastructure/logger"