mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Update litellm/proxy/common_request_processing.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
caa41580ae
commit
7bd96d46e0
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ class ProxyBaseLLMRequestProcessing:
|
|||
logging_obj: LiteLLMLoggingObj,
|
||||
version: Optional[str],
|
||||
proxy_logging_obj: ProxyLogging,
|
||||
) -> dict[str, str]:
|
||||
) -> Dict[str, str]:
|
||||
"""
|
||||
Build LiteLLM proxy response headers for routes that call the LLM directly
|
||||
(e.g. Google native :generateContent) instead of base_process_llm_request.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue