🔧 chore(openaicaller.py): remove unnecessary blank line to improve code readability

This commit is contained in:
Paillat
2023-08-02 21:48:16 +02:00
committed by Paillat-dev
parent 3a92aafe9a
commit 5318bda74c

View File

@@ -89,6 +89,7 @@ class openai_caller:
async def nothing(x): async def nothing(x):
return x return x
error_call = nothing error_call = nothing
if kwargs.get("model", "") in chat_models: if kwargs.get("model", "") in chat_models:
return await self.chat_generate(error_call, **kwargs) return await self.chat_generate(error_call, **kwargs)