ss900371tw commited on
Commit
a16a887
·
verified ·
1 Parent(s): a3e84b4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -61,7 +61,7 @@ MODEL_OPTIONS = {
61
  "Kimi K2 Instruct (Hugging Face)": "moonshotai/Kimi-K2-Instruct-0905"
62
  }
63
 
64
- WINDOW_SIZE = 20 # 關聯 Log 的最大數量 (包含當前 Log)
65
 
66
  # === W3C Log 專屬解析器 (新增) ===
67
  def parse_w3c_log(log_content: str) -> List[Dict[str, Any]]:
 
61
  "Kimi K2 Instruct (Hugging Face)": "moonshotai/Kimi-K2-Instruct-0905"
62
  }
63
 
64
+ WINDOW_SIZE = 10 # 關聯 Log 的最大數量 (包含當前 Log)
65
 
66
  # === W3C Log 專屬解析器 (新增) ===
67
  def parse_w3c_log(log_content: str) -> List[Dict[str, Any]]: