mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-18 08:37:28 +00:00
Merge pull request #463 from DuckyProject/feat/usage-records-codex-reasoning-effort
feat(usage): add reasoning effort column
This commit is contained in:
@@ -712,6 +712,7 @@ export interface UsageLog {
|
||||
account_id: number | null
|
||||
request_id: string
|
||||
model: string
|
||||
reasoning_effort?: string | null
|
||||
|
||||
group_id: number | null
|
||||
subscription_id: number | null
|
||||
|
||||
Reference in New Issue
Block a user