Fixed tupo in list_ignored_providers parameter.

This commit is contained in:
razrab 2023-11-16 11:54:25 +03:00
parent 2e46f1c074
commit 9b19603f03
1 changed files with 1 additions and 1 deletions

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")