This commit is contained in:
Timothy Jaeryang Baek
2025-03-28 01:20:45 -07:00
parent 5656f030c4
commit fd9641dcd1
2 changed files with 67 additions and 15 deletions

View File

@@ -1548,8 +1548,6 @@ async def process_chat_response(
try:
data = json.loads(data)
print(data)
data, _ = await process_filter_functions(
request=request,
filter_functions=filter_functions,