chheplo commited on
Commit
5648fa8
·
verified ·
1 Parent(s): fc85f1a

Update logger.py

Browse files
Files changed (1) hide show
  1. logger.py +1 -1
logger.py CHANGED
@@ -1,6 +1,6 @@
1
  # ========== config ==========
2
  LOG_FILE = "/data/conversation_logs.jsonl" # local, persists on Space VM
3
- DATASET_REPO = "KissanAI/ThinkingDhenu-CRSA-India-Preview-chat-log" # private Dataset repo
4
  DATASET_PATH = "logs/conversation_logs-4B.jsonl" # path inside repo
5
  FLUSH_EVERY = 25 # push after this many new records
6
  FLUSH_SECONDS = 180 # ...or after this many seconds, whichever comes first
 
1
  # ========== config ==========
2
  LOG_FILE = "/data/conversation_logs.jsonl" # local, persists on Space VM
3
+ DATASET_REPO = "chheplo/ThinkingDhenu-US-Extension-Preview-chat-log" # private Dataset repo
4
  DATASET_PATH = "logs/conversation_logs-4B.jsonl" # path inside repo
5
  FLUSH_EVERY = 25 # push after this many new records
6
  FLUSH_SECONDS = 180 # ...or after this many seconds, whichever comes first