Merge pull request #1341 from GEOEGII555/patch-1

VoiGpt stopped working -> changed the working flag to False and moved it to deprecated providers.
This commit is contained in:
Tekky 2023-12-13 14:28:07 +00:00 committed by GitHub
commit 1acd800cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ class VoiGpt(BaseProvider):
A CreateResult object A CreateResult object
""" """
url = "https://voigpt.com" url = "https://voigpt.com"
working = True working = False
supports_gpt_35_turbo = True supports_gpt_35_turbo = True
supports_message_history = True supports_message_history = True
supports_stream = False supports_stream = False