fix: fix OPENAI_API_KEY bug in retrieval

This commit is contained in:
Abhishek Kumar 2026-01-17 18:12:56 +05:30
parent 692ef27751
commit d35eeb1b7b
11 changed files with 508 additions and 115 deletions

View file

@ -1263,7 +1263,9 @@ async def handle_inbound_telephony(
try:
webhook_data, data_source = await parse_webhook_request(request)
logger.info(f"Inbound call data with data source: {data_source} and data :{dict(webhook_data)}")
logger.info(
f"Inbound call data with data source: {data_source} and data :{dict(webhook_data)}"
)
headers = dict(request.headers)
# Detect provider and normalize data