OpenAI-compatible AI gateway with Vue admin UI, multi-provider egress, ingress key governance, monitoring, and security controls. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package gateway
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrModelNotAllowed = errors.New("model not allowed")
|
||||
ErrBudgetExceeded = errors.New("budget exceeded")
|
||||
ErrRateLimitExceeded = errors.New("rate limit exceeded")
|
||||
ErrInvalidJSON = errors.New("invalid json")
|
||||
ErrModelRequired = errors.New("model is required")
|
||||
)
|
||||
Reference in New Issue
Block a user