Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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 =
|
| 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]]:
|