Update src.py
Browse files
src.py
CHANGED
@@ -75,7 +75,7 @@ def log_interaction(user_query, model_name, response_content, generated_code, ex
|
|
75 |
api.upload_file(
|
76 |
path_or_fileobj=local_path,
|
77 |
path_in_repo=f"data/{filename}",
|
78 |
-
repo_id="SustainabilityLabIITGN/
|
79 |
repo_type="dataset",
|
80 |
)
|
81 |
|
|
|
75 |
api.upload_file(
|
76 |
path_or_fileobj=local_path,
|
77 |
path_in_repo=f"data/{filename}",
|
78 |
+
repo_id="SustainabilityLabIITGN/VayuChat_logs",
|
79 |
repo_type="dataset",
|
80 |
)
|
81 |
|