mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
add MANUSConfig
This commit is contained in:
parent
8374aa7f8c
commit
e35f389e80
1 changed files with 2 additions and 0 deletions
|
|
@ -7871,6 +7871,8 @@ class ProviderConfigManager:
|
|||
return litellm.GithubCopilotResponsesAPIConfig()
|
||||
elif litellm.LlmProviders.LITELLM_PROXY == provider:
|
||||
return litellm.LiteLLMProxyResponsesAPIConfig()
|
||||
elif litellm.LlmProviders.MANUS == provider:
|
||||
return litellm.ManusResponsesAPIConfig()
|
||||
return None
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue