diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 0c178d3..ccc962c 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -9,7 +9,9 @@ "Bash(git rm:*)", "Bash(taskkill /F /PID 9680)", "Bash(taskkill:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(git commit:*)", + "Bash(xargs ls:*)" ] } } diff --git a/VideoStudy.API/appsettings.json b/VideoStudy.API/appsettings.json index bfeb456..8bea2af 100644 --- a/VideoStudy.API/appsettings.json +++ b/VideoStudy.API/appsettings.json @@ -13,7 +13,7 @@ "Model": "llama3.1" }, "Groq": { - "ApiKey": "", + "ApiKey": "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", "Model": "llama-3.3-70b-versatile", "BaseUrl": "https://api.groq.com/openai/v1" } diff --git a/VideoStudy.App/wwwroot/index.html b/VideoStudy.App/wwwroot/index.html index 2a51d32..a99879a 100644 --- a/VideoStudy.App/wwwroot/index.html +++ b/VideoStudy.App/wwwroot/index.html @@ -1,11 +1,11 @@ - +
-