mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac: rm print statement
This commit is contained in:
parent
429fa2befa
commit
c4eacbfc0f
1 changed files with 0 additions and 1 deletions
|
|
@ -691,7 +691,6 @@ class ChatCompletionMiddleware(BaseHTTPMiddleware):
|
|||
|
||||
# If context is not empty, insert it into the messages
|
||||
if len(sources) > 0:
|
||||
print("\n\n\n\n\n\n\nHI\n\n\n\n\n\n")
|
||||
context_string = ""
|
||||
for source_idx, source in enumerate(sources):
|
||||
source_id = source.get("source", {}).get("name", "")
|
||||
|
|
|
|||
Loading…
Reference in a new issue