Skip to content

Error in ods_agent.py calling non-existent method from litellm #28

@advanced4

Description

@advanced4

I’m running into an issue when running where ods_agent.py is calling litellm.utils.set_provider_config(...). Here's the error I'm getting:

File "OpenDeepSearch/src/opendeepsearch/ods_agent.py", line 81, in init
utils.set_provider_config("openai", {"base_url": openai_base_url})
AttributeError: module 'litellm.utils' has no attribute 'set_provider_config'.

I’ve searched through the litellm codebase and couldn’t find any definition or mention of set_provider_config

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions