feat: Update release notes and version to 0.8.8 with new features and bug fixes

This commit is contained in:
Will Miao
2025-04-22 13:29:00 +08:00
parent d389e4d5d4
commit dc4c11ddd2
3 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ app.registerExtension({
async updateUsageStats(promptId) {
try {
console.log("Updating usage statistics for prompt ID:", promptId);
// Call backend endpoint with the prompt_id
const response = await fetch(`/loras/api/update-usage-stats`, {
method: 'POST',