diff --git a/src/utils/openaicaller.py b/src/utils/openaicaller.py index ad98161..44b49ce 100644 --- a/src/utils/openaicaller.py +++ b/src/utils/openaicaller.py @@ -89,6 +89,7 @@ class openai_caller: async def nothing(x): return x + error_call = nothing if kwargs.get("model", "") in chat_models: return await self.chat_generate(error_call, **kwargs)