mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: log modified messages
This commit is contained in:
parent
d40edc09e1
commit
1a93021cc4
@ -160,6 +160,8 @@ class RAGMiddleware(BaseHTTPMiddleware):
|
||||
data["messages"][last_user_message_idx] = new_user_message
|
||||
del data["docs"]
|
||||
|
||||
print(data["messages"])
|
||||
|
||||
modified_body_bytes = json.dumps(data).encode("utf-8")
|
||||
|
||||
# Create a new request with the modified body
|
||||
|
Loading…
Reference in New Issue
Block a user