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