mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-24 01:34:27 +01:00
feat: code clean
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package util
|
||||
|
||||
type ApiResponse struct {
|
||||
Error ErrorDescription `json:"error"`
|
||||
}
|
||||
|
||||
type ErrorDescription struct {
|
||||
Code string `json:"code"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user