Skip to content

Commit

Permalink
type check
Browse files Browse the repository at this point in the history
  • Loading branch information
jayeshp19 committed Nov 17, 2024
1 parent 1f39c89 commit 79a03aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
super().__init__()

self._opts = LLMOptions(model=model, user=user, temperature=temperature)
self._client = client or openai.AsyncClient(
self._client: openai.AsyncClient = client or openai.AsyncClient(
api_key=api_key,
base_url=base_url,
http_client=httpx.AsyncClient(
Expand Down

0 comments on commit 79a03aa

Please sign in to comment.