Merge pull request #1341 from GEOEGII555/patch-1

VoiGpt stopped working -> changed the working flag to False and moved it to deprecated providers.
pull/1344/head
Tekky 10 months ago committed by GitHub
commit 1acd800cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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