Skip to content

Commit

Permalink
Remove unused import causing Black to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Aug 21, 2024
1 parent 3507f45 commit 38dcfe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/llm/external/openai_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from openai import OpenAI
from openai.lib.azure import AzureOpenAI
from openai.types.chat import ChatCompletionMessage, ChatCompletionMessageParam
from openai.types.chat.completion_create_params import ResponseFormat
from openai.types.shared_params import ResponseFormatJSONObject

from ...common.message_converters import map_str_to_role, map_role_to_str
Expand Down

0 comments on commit 38dcfe3

Please sign in to comment.