summaryrefslogtreecommitdiffstats
path: root/g4f/client/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/client/client.py')
-rw-r--r--g4f/client/client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/g4f/client/client.py b/g4f/client/client.py
index 8ce5d932..bc0bae6f 100644
--- a/g4f/client/client.py
+++ b/g4f/client/client.py
@@ -98,7 +98,8 @@ class Completions():
)
stop = [stop] if isinstance(stop, str) else stop
response = provider.create_completion(
- model, messages, stream,
+ model, messages,
+ stream=stream,
**filter_none(
proxy=self.client.get_proxy() if proxy is None else proxy,
max_tokens=max_tokens,