~ | Merge pull request #968 from st4rted/patch-1

fix typo in payload
pull/971/head
Tekky 9 months ago committed by GitHub
commit c9e4c9ce00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()
yield stream.decode()

Loading…
Cancel
Save