From 0fbca005186a03b1b967d0aa6a8af4269e1fc4a8 Mon Sep 17 00:00:00 2001 From: Xinhao Zhuang Date: Wed, 27 Sep 2023 19:05:42 +0800 Subject: [PATCH] fix: accidentally remove dependency --- azure/proxy.go | 1 + 1 file changed, 1 insertion(+) diff --git a/azure/proxy.go b/azure/proxy.go index 8c801da..4f00fc7 100644 --- a/azure/proxy.go +++ b/azure/proxy.go @@ -4,6 +4,7 @@ import ( "bytes" "encoding/json" "fmt" + "github.com/stulzq/azure-openai-proxy/util" "io" "log" "net/http"