diff --git a/backend/app/app/services/chat_agent/helpers/llm.py b/backend/app/app/services/chat_agent/helpers/llm.py index ce0ad61..bddce52 100644 --- a/backend/app/app/services/chat_agent/helpers/llm.py +++ b/backend/app/app/services/chat_agent/helpers/llm.py @@ -89,4 +89,4 @@ def get_llm( openai_organization=settings.OPENAI_ORGANIZATION, openai_api_key=settings.OPENAI_API_KEY, streaming=True, - ) \ No newline at end of file + )