mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-03-30 02:09:43 +00:00
merge upstream main
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
-- Add reasoning_effort field to usage_logs for OpenAI/Codex requests.
|
||||
-- This stores the request's reasoning effort level (e.g. low/medium/high/xhigh).
|
||||
ALTER TABLE usage_logs ADD COLUMN IF NOT EXISTS reasoning_effort VARCHAR(20);
|
||||
|
||||
Reference in New Issue
Block a user