mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-22 08:38:13 +02:00
fix: fix OPENAI_API_KEY bug in retrieval
This commit is contained in:
parent
692ef27751
commit
d35eeb1b7b
11 changed files with 508 additions and 115 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue