mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-19 03:25:32 +00:00
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:
commit
1acd800cc3
@ -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
|
Loading…
Reference in New Issue
Block a user