summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/nexra/NexraBing.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/nexra/NexraBing.py')
-rw-r--r--g4f/Provider/nexra/NexraBing.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/Provider/nexra/NexraBing.py b/g4f/Provider/nexra/NexraBing.py
index b7e8f73a..28f0b117 100644
--- a/g4f/Provider/nexra/NexraBing.py
+++ b/g4f/Provider/nexra/NexraBing.py
@@ -37,7 +37,8 @@ class NexraBing(AbstractProvider, ProviderModelMixin):
cls,
model: str,
messages: Messages,
- stream: bool,
+ stream: bool = False,
+ proxy: str = None,
markdown: bool = False,
**kwargs
) -> CreateResult: