mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-20 15:54:20 +01:00
feat: initial commit
This commit is contained in:
9
apis/vars.go
Normal file
9
apis/vars.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package apis
|
||||
|
||||
var (
|
||||
ignoreHeaders = map[string]int{
|
||||
"Content-Type": 1,
|
||||
"Transfer-Encoding": 1,
|
||||
"Date": 1,
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user