From 8b57dadd04e674a3e27c7b9219a72f68bc228764 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 15 Jun 2024 13:37:11 +0800 Subject: [PATCH] bugfix --- ahserver/llm_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ahserver/llm_client.py b/ahserver/llm_client.py index 97592db..682b20d 100644 --- a/ahserver/llm_client.py +++ b/ahserver/llm_client.py @@ -222,6 +222,7 @@ class SyncLlmProxy(StreamLlmProxy): params=_params, data=None if _data == {} else json.dumps(_data), headers=_headers) + print(f'{resp_data=}') resp_data = DictObject(resp_data) if resp_data is None: return {