Spaces:
Runtime error
Runtime error
Update logger.py
Browse files
logger.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
# ========== config ==========
|
| 2 |
LOG_FILE = "/data/conversation_logs.jsonl" # local, persists on Space VM
|
| 3 |
-
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
|