summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/nexra/NexraGeminiPro.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-22 12:46:36 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-22 12:46:36 +0200
commit533954201e7bc974898985cd0374b8bb89924a77 (patch)
treea19506ebd623d341c71b0fb6221f4e7a41ad94ea /g4f/Provider/nexra/NexraGeminiPro.py
parentRestored provider (g4f/Provider/nexra/NexraProdiaAI.py) (diff)
downloadgpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar.gz
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar.bz2
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar.lz
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar.xz
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.tar.zst
gpt4free-533954201e7bc974898985cd0374b8bb89924a77.zip
Diffstat (limited to 'g4f/Provider/nexra/NexraGeminiPro.py')
-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: