mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-15 14:51:19 -08:00
Fix: TypeError: unsupported operand type(s) for |:...
This commit is contained in:
parent
555e33565c
commit
50ecd887c8
2 changed files with 5 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
from __future__ import annotations
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from duckduckgo_search import DDGS
|
||||
|
||||
ddgs = DDGS(timeout=20)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
from __future__ import annotations
|
||||
|
||||
import g4f
|
||||
from g4f import BaseProvider
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue