summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g4f/Provider/DeepAi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/DeepAi.py b/g4f/Provider/DeepAi.py
index a19e4b51..80126d20 100644
--- a/g4f/Provider/DeepAi.py
+++ b/g4f/Provider/DeepAi.py
@@ -47,7 +47,7 @@ f = function () {
"tryit-" + h + "-" + f(agent + f(agent + f(agent + h + "x")));
"""
- payload = {"chas_style": "chat", "chatHistory": json.dumps(messages)}
+ payload = {"chat_style": "chat", "chatHistory": json.dumps(messages)}
api_key = js2py.eval_js(token_js)
headers = {
"api-key": api_key,
@@ -60,4 +60,4 @@ f = function () {
response.raise_for_status()
async for stream in response.content.iter_any():
if stream:
- yield stream.decode() \ No newline at end of file
+ yield stream.decode()