Skip to content

Commit

Permalink
minor patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsrc committed Feb 17, 2024
1 parent 0b535d7 commit 6f663ef
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 @@ -520,7 +520,7 @@ def yes_or_no_filter(context, response):
if ERROR:
raise ERROR
last = len(self._clients) - 1
use_cache = config.pop('use_cache')
use_cache = config.pop('use_cache', True)
# Check if all configs in config list are activated
non_activated = [
client.config["model_client_cls"] for client in self._clients if isinstance(client, PlaceHolderClient)
Expand Down

0 comments on commit 6f663ef

Please sign in to comment.