Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -661,7 +661,7 @@ def save_to_github(personalized_message, model_name, comment, corrected_message,
|
|
661 |
file_content_encoded = base64.b64encode(json.dumps(data_to_save).encode()).decode()
|
662 |
|
663 |
# Параметры для GitHub API
|
664 |
-
repo = "fruitpicker01/
|
665 |
path = f"file_{int(time.time())}.json"
|
666 |
url = f"https://api.github.com/repos/{repo}/contents/{path}"
|
667 |
headers = {
|
|
|
661 |
file_content_encoded = base64.b64encode(json.dumps(data_to_save).encode()).decode()
|
662 |
|
663 |
# Параметры для GitHub API
|
664 |
+
repo = "fruitpicker01/Storage_dev"
|
665 |
path = f"file_{int(time.time())}.json"
|
666 |
url = f"https://api.github.com/repos/{repo}/contents/{path}"
|
667 |
headers = {
|