Skip to main content

A tool that integrates the autogen with Google Searcher.

Project description

A tool that integrates the autogen with Google Searcher.

Using AutoGen to achieve multi-agent integration with Google Search, it can serve as a function in the Tools for other agents to use, enabling seamless integration with LangChain.

Create a file named OAI_CONFIG_LIST in the current directory with the following content format:

[
    {
        "model": "gpt-3.5-turbo",
        "api_key": "sk-xxxx"
    },
    {
        "model": "gpt-4",
        "api_key": "sk-xxxx",
        "base_url": "xxxx"
    }
]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autogen_google_search-0.0.5.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

autogen_google_search-0.0.5-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page