소스 검색

fix: remove tags gen print

Timothy J. Baek 6 달 전
부모
커밋
230e2f8f82
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      backend/open_webui/main.py

+ 0 - 1
backend/open_webui/main.py

@@ -1639,7 +1639,6 @@ JSON format: { "tags": ["tag1", "tag2", "tag3"] }
         template, form_data["messages"], {"name": user.name}
     )
 
-    print("content", content)
     payload = {
         "model": task_model_id,
         "messages": [{"role": "user", "content": content}],