finally make token counting work in apps

This commit is contained in:
Game_Time
2025-08-22 02:09:31 +05:00
parent f05dc62eaa
commit 48780c9e83
2 changed files with 0 additions and 3 deletions

View File

@@ -40,7 +40,6 @@ def start_upstream_request(
tool_choice: Any | None = None,
parallel_tool_calls: bool = False,
reasoning_param: Dict[str, Any] | None = None,
include_usage: bool | None = None,
):
access_token, account_id = get_effective_chatgpt_auth()
if not access_token or not account_id: