mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-19 20:31:50 +03:00
This pull request adds the URLReaderTool to the list of tools in the GPT4Brain class. The URLReaderTool allows for reading the content of a URL.
5 lines
125 B
Python
5 lines
125 B
Python
from .image_generator import ImageGeneratorTool
|
|
from .web_search import WebSearchTool
|
|
from .url_reader import URLReaderTool
|
|
|