mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
recover code
This commit is contained in:
parent
97f707784b
commit
2da141abbe
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ from typing import Any, Callable, Coroutine, Literal, overload
|
|||
|
||||
from metagpt.config import CONFIG
|
||||
from metagpt.tools import WebBrowserEngineType
|
||||
# from metagpt.utils.parse_html import WebPage
|
||||
from metagpt.utils.parse_html import WebPage
|
||||
|
||||
|
||||
class WebBrowserEngine:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
@File : __init__.py
|
||||
"""
|
||||
|
||||
# from metagpt.utils.read_document import read_docx
|
||||
from metagpt.utils.read_document import read_docx
|
||||
from metagpt.utils.singleton import Singleton
|
||||
from metagpt.utils.token_counter import (
|
||||
TOKEN_COSTS,
|
||||
|
|
@ -16,7 +16,7 @@ from metagpt.utils.token_counter import (
|
|||
|
||||
|
||||
__all__ = [
|
||||
# "read_docx",
|
||||
"read_docx",
|
||||
"Singleton",
|
||||
"TOKEN_COSTS",
|
||||
"count_message_tokens",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue