Merge pull request #1257 from AndPim4912/ignored-tupo

Fixed tupo in list_ignored_providers parameter.
This commit is contained in:
H Lohaus 2023-11-16 12:14:15 +01:00 committed by GitHub
commit 575a188519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ class Api:
model=model,
stream=stream,
messages=messages,
list_ignored_providers=self.list_ignored_providers)
ignored=self.list_ignored_providers)
except Exception as e:
logging.exception(e)
return Response(content=json.dumps({"error": "An error occurred while generating the response."}, indent=4), media_type="application/json")