diff options
-rw-r--r-- | g4f/Provider/Bing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py index 40a42bf5..b3852e4e 100644 --- a/g4f/Provider/Bing.py +++ b/g4f/Provider/Bing.py @@ -189,7 +189,7 @@ def create_message( :param gpt4_turbo: Flag to enable GPT-4 Turbo. :return: A formatted string message for the Bing API. """ - options_sets = Defaults.optionsSets + options_sets = Defaults.optionsSets.copy() # Append tone-specific options if tone == Tones.creative: options_sets.extend(ConversationStyleOptionSets.CREATIVE) |