summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Providers/Lockchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/Provider/Providers/Lockchat.py')
-rw-r--r--g4f/Provider/Providers/Lockchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/Providers/Lockchat.py b/g4f/Provider/Providers/Lockchat.py
index 489356ce..dd1edb84 100644
--- a/g4f/Provider/Providers/Lockchat.py
+++ b/g4f/Provider/Providers/Lockchat.py
@@ -11,7 +11,7 @@ working = False
def _create_completion(model: str, messages: list, stream: bool, temperature: float = 0.7, **kwargs):
payload = {
- "temperature": 0.7,
+ "temperature": temperature,
"messages": messages,
"model": model,
"stream": True,