summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/nexra/NexraGeminiPro.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g4f/Provider/nexra/NexraGeminiPro.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/nexra/NexraGeminiPro.py b/g4f/Provider/nexra/NexraGeminiPro.py
index 0abcf1a8..e4e6a8ec 100644
--- a/g4f/Provider/nexra/NexraGeminiPro.py
+++ b/g4f/Provider/nexra/NexraGeminiPro.py
@@ -27,6 +27,7 @@ class NexraGeminiPro(AbstractProvider, ProviderModelMixin):
model: str,
messages: Messages,
stream: bool,
+ proxy: str = None,
markdown: bool = False,
**kwargs
) -> CreateResult: