refactor: replace hardcoded string with ctxkey constant (#1579)

Co-authored-by: 江杭辉 <jianghanghui@k.app>
This commit is contained in:
igophper
2024-06-30 16:13:43 +08:00
committed by GitHub
parent 8cc1ee6360
commit 34cb147a74
3 changed files with 5 additions and 5 deletions

View File

@@ -19,4 +19,5 @@ const (
TokenName = "token_name"
BaseURL = "base_url"
AvailableModels = "available_models"
KeyRequestBody = "key_request_body"
)