Skip to content

Commit

Permalink
Update client.py (#934)
Browse files Browse the repository at this point in the history
overriden -> overridden
  • Loading branch information
eltociear authored Dec 18, 2023
1 parent 1cf0ad8 commit 7dd88b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/oai/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _construct_create_params(self, create_config: Dict, extra_kwargs: Dict) -> D
def create(self, **config):
"""Make a completion for a given config using openai's clients.
Besides the kwargs allowed in openai's client, we allow the following additional kwargs.
The config in each client will be overriden by the config.
The config in each client will be overridden by the config.
Args:
- context (Dict | None): The context to instantiate the prompt or messages. Default to None.
Expand Down

0 comments on commit 7dd88b6

Please sign in to comment.