Direct flow: os.getenv (credential/environment) → httpx.post (network output)
Critical
- Category
- Data Flow
- Content
# Volcengine uses the same endpoint as ByteDance Doubao import httpx endpoint_id = kwargs.get("endpoint_id", "doubao-pro-4k") response = httpx.post( "https://ark.cn-beijing.volces.com/api/v3/chat/completions", headers={ "Authorization": f"Bearer {os.getenv('ARK_API_KEY', self.api_key)}",- Confidence
- 84% confidence
- Finding
- response = httpx.post( "https://ark.cn-beijing.volces.com/api/v3/chat/completions", headers={ "Authorization": f"Bearer {os.getenv('ARK_
