feat: implement AI model API proxy service
This commit is contained in:
4
backend/app/providers/__init__.py
Normal file
4
backend/app/providers/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
"""Provider adapters."""
|
||||
from .litellm_wrapper import LiteLLMWrapper
|
||||
|
||||
__all__ = ["LiteLLMWrapper"]
|
||||
Reference in New Issue
Block a user