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