mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Update litellm/proxy/utils.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
0cab023b4f
commit
cfd8781293
1 changed files with 0 additions and 1 deletions
|
|
@ -1481,7 +1481,6 @@ class ProxyLogging:
|
|||
and callback.experimental_use_latest_role_message_only
|
||||
and isinstance(data.get("messages"), list)
|
||||
):
|
||||
import copy
|
||||
|
||||
data_for_guardrail = copy.copy(data)
|
||||
filtered, _, _ = callback.filter_messages_for_latest_role(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue