~ | Merge pull request #1044 from Lin-jun-xiang/main

Fix: TypeError: unsupported operand type(s) for |:...
This commit is contained in:
Tekky 2023-10-11 18:49:41 +01:00 committed by GitHub
commit c433863f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
from __future__ import annotations
from datetime import datetime
from duckduckgo_search import DDGS
ddgs = DDGS(timeout=20)

View File

@ -1,3 +1,5 @@
from __future__ import annotations
import g4f
from g4f import BaseProvider