one-api/middleware
Laisky.Cai 50bab08496 Refactor codebase, introduce relaymode package, update constants and improve consistency
- Refactor constant definitions and organization
- Clean up package level variables and functions
- Introduce new `relaymode` and `apitype` packages for constant definitions
- Refactor and simplify code in several packages including `openai`, `relay/channel/baidu`, `relay/util`, `relay/controller`, `relay/channeltype`
- Add helper functions in `relay/channeltype` package to convert channel type constants to corresponding API type constants
- Remove deprecated functions such as `ResponseText2Usage` from `relay/channel/openai/helper.go`
- Modify code in `relay/util/validation.go` and related files to use new `validator.ValidateTextRequest` function
- Rename `util` package to `relaymode` and update related imports in several packages
2024-04-06 05:18:04 +00:00
..
auth.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
cache.go fix: add no-cache for index.html 2023-05-22 00:54:53 +08:00
cors.go fix: cors allow all headers 2023-06-20 22:04:01 +08:00
distributor.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
logger.go chore: update module name 2024-01-28 19:38:58 +08:00
rate-limit.go chore: update module name 2024-01-28 19:38:58 +08:00
recover.go chore: add more info for panic fix 2024-03-10 23:59:35 +08:00
request-id.go feat: support ollama now (close #870) 2024-03-14 01:02:47 +08:00
turnstile-check.go chore: update module name 2024-01-28 19:38:58 +08:00
utils.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00