Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaygupta9 committed Aug 2, 2024
1 parent 9189b01 commit 856428f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/app/services/chat_agent/helpers/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ def get_llm(
openai_organization=settings.OPENAI_ORGANIZATION,
openai_api_key=settings.OPENAI_API_KEY,
streaming=True,
)
)

0 comments on commit 856428f

Please sign in to comment.