mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
working responses_api
This commit is contained in:
parent
7546dfde41
commit
98718f6f09
4 changed files with 16 additions and 11 deletions
|
@ -5,7 +5,6 @@ from litellm._logging import verbose_proxy_logger
|
|||
from litellm.proxy._types import *
|
||||
from litellm.proxy.auth.user_api_key_auth import UserAPIKeyAuth, user_api_key_auth
|
||||
from litellm.proxy.common_request_processing import ProxyBaseLLMRequestProcessing
|
||||
from litellm.proxy.proxy_server import _read_request_body, select_data_generator
|
||||
|
||||
router = APIRouter()
|
||||
|
||||
|
@ -44,10 +43,12 @@ async def responses_api(
|
|||
```
|
||||
"""
|
||||
from litellm.proxy.proxy_server import (
|
||||
_read_request_body,
|
||||
general_settings,
|
||||
llm_router,
|
||||
proxy_config,
|
||||
proxy_logging_obj,
|
||||
select_data_generator,
|
||||
user_api_base,
|
||||
user_max_tokens,
|
||||
user_model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue