mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-24 01:34:27 +01:00
feat: initial commit
This commit is contained in:
17
openai/vars.go
Normal file
17
openai/vars.go
Normal file
@@ -0,0 +1,17 @@
|
||||
package openai
|
||||
|
||||
import "github.com/imroc/req/v3"
|
||||
|
||||
const (
|
||||
AuthHeaderKey = "api-key"
|
||||
)
|
||||
|
||||
var (
|
||||
AzureOpenAIEndpoint = ""
|
||||
AzureOpenAIAPIVer = ""
|
||||
AzureOpenAIDeploy = ""
|
||||
|
||||
ChatCompletionsUrl = ""
|
||||
|
||||
client = req.C()
|
||||
)
|
||||
Reference in New Issue
Block a user