Skip to content

Commit

Permalink
Update You.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus authored Apr 7, 2024
1 parent a5f7eeb commit 604daf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g4f/Provider/You.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def create_async_generator(
**kwargs,
) -> AsyncResult:
if not has_curl_cffi:
raise MissingRequirementsError('Install "curl_cffi" package')
raise MissingRequirementsError('Install or update "curl_cffi" package | pip install -U curl_cffi')
if image is not None:
chat_mode = "agent"
elif not model or model == cls.default_model:
Expand Down

0 comments on commit 604daf0

Please sign in to comment.