mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update internet.py
This commit is contained in:
parent
c6ad329b4b
commit
427a72eff3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from __future__ import annotations
|
|||
|
||||
from aiohttp import ClientSession, ClientTimeout
|
||||
try:
|
||||
from duckduckgo_search.duckduckgo_search_async import AsyncDDGS
|
||||
from duckduckgo_search import DDGS
|
||||
from bs4 import BeautifulSoup
|
||||
has_requirements = True
|
||||
except ImportError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue