mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 10:26:32 +02:00
Update __init__.py. BING="bing"
This commit is contained in:
parent
54d718a950
commit
b828f9d8ed
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class SearchEngineType(Enum):
|
|||
DIRECT_GOOGLE = "google"
|
||||
DUCK_DUCK_GO = "ddg"
|
||||
CUSTOM_ENGINE = "custom"
|
||||
Bing = "bing"
|
||||
BING = "bing"
|
||||
|
||||
|
||||
class WebBrowserEngineType(Enum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue