mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
feat: remove pkg dir
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package azure
|
||||
|
||||
import (
|
||||
"github.com/stulzq/azure-openai-proxy/pkg/constant"
|
||||
"github.com/stulzq/azure-openai-proxy/constant"
|
||||
"log"
|
||||
"net/url"
|
||||
"os"
|
||||
@@ -3,7 +3,7 @@ package azure
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/stulzq/azure-openai-proxy/pkg/util"
|
||||
"github.com/stulzq/azure-openai-proxy/util"
|
||||
"io"
|
||||
"log"
|
||||
"net/http"
|
||||
@@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
"github.com/stulzq/azure-openai-proxy/pkg/azure"
|
||||
"github.com/stulzq/azure-openai-proxy/azure"
|
||||
)
|
||||
|
||||
// registerRoute registers all routes
|
||||
|
||||
Reference in New Issue
Block a user