mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-30 07:06:38 +08:00
9 lines
165 B
Go
9 lines
165 B
Go
package ctxkey
|
|
|
|
var (
|
|
Channel = "channel"
|
|
RequestModel = "request_model"
|
|
ConvertedRequest = "converted_request"
|
|
OriginModel = "origin_model"
|
|
)
|