one-api/controller
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 Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
billing.go fix: make quota int64 2024-03-13 20:00:51 +08:00
channel-billing.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
channel-test.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
channel.go feat: able to only test disabled channels (#1090) 2024-03-10 18:34:57 +08:00
group.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
log.go chore: update module name 2024-01-28 19:38:58 +08:00
misc.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
model.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
option.go chore: update module name 2024-01-28 19:38:58 +08:00
redemption.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
relay.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
token.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00
user.go Refactor codebase, introduce relaymode package, update constants and improve consistency 2024-04-06 05:18:04 +00:00