Spaces:
Running
Running
Commit ·
cd2cbb5
1
Parent(s): ec162cf
updated datasets path
Browse files- storage.py +1 -1
storage.py
CHANGED
|
@@ -9,7 +9,7 @@ import json
|
|
| 9 |
import os
|
| 10 |
from huggingface_hub import HfApi, hf_hub_download
|
| 11 |
|
| 12 |
-
REPO_ID = "
|
| 13 |
api = HfApi(token=os.getenv("HF_TOKEN"))
|
| 14 |
|
| 15 |
def save_chat(chat_id, history):
|
|
|
|
| 9 |
import os
|
| 10 |
from huggingface_hub import HfApi, hf_hub_download
|
| 11 |
|
| 12 |
+
REPO_ID = "prashantmatlani/chathistorycoderg"
|
| 13 |
api = HfApi(token=os.getenv("HF_TOKEN"))
|
| 14 |
|
| 15 |
def save_chat(chat_id, history):
|