mxp1404 commited on
Commit
4d0a74e
·
verified ·
1 Parent(s): abdbe55

Upload chatbot/config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. chatbot/config.py +1 -1
chatbot/config.py CHANGED
@@ -27,5 +27,5 @@ EXCLUDED_SECTIONS = {"References", "Application"}
27
  # --- Conversation ---
28
  MAX_HISTORY_TURNS = 3
29
 
30
- # --- Embedding (re-export from embedding pipeline) ---
31
  EMBEDDING_SCRIPTS_DIR = PROJECT_ROOT / "embedding" / "scripts"
 
27
  # --- Conversation ---
28
  MAX_HISTORY_TURNS = 3
29
 
30
+ # --- Embedding ---
31
  EMBEDDING_SCRIPTS_DIR = PROJECT_ROOT / "embedding" / "scripts"