返回提交历史
Modified
g4f/Provider/You.py
+1
-1
XFEstudio/gpt4free
Update You.py
604daf03
代码差异
1 个文件
+1
-1
@@ -55,7 +55,7 @@ class You(AsyncGeneratorProvider, ProviderModelMixin):
55
55
**kwargs,
56
56
) -> AsyncResult:
57
57
if not has_curl_cffi:
58
raise MissingRequirementsError('Install "curl_cffi" package')
58
raise MissingRequirementsError('Install or update "curl_cffi" package | pip install -U curl_cffi')
59
59
if image is not None:
60
60
chat_mode = "agent"
61
61
elif not model or model == cls.default_model: