mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Add MCP server implementation with web search, scraping, and image generation tools
Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
parent
58d95cb491
commit
e1214e4372
10 changed files with 964 additions and 2 deletions
|
|
@ -15,5 +15,6 @@ from .retry_provider import *
|
|||
from .thinking import *
|
||||
from .web_search import *
|
||||
from .models import *
|
||||
from .mcp import *
|
||||
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue