This commit is contained in:
Wcowin 2025-06-04 01:33:44 +08:00
parent 8e6f69e268
commit c32ed1ac9f
6 changed files with 677 additions and 311 deletions

View File

@ -1 +1 @@
{"cache_date": "2025-06-03", "page_authors": {}}
{"cache_date": "2025-06-04", "page_authors": {}}

View File

@ -241,7 +241,7 @@ status: new
!!! pied-piper1 "About me"
- [x] Hey, I'm [Wcowin](https://wcowin.work/VitePress/){target=“_blank”}~
- [x] 咖啡重度爱好者
- [x] 热爱(xiā)折腾技术/Math目前的研究领域是[密码学](../blog/Cryptography/index.md)
- [x] 热爱(xiā)折腾技术/Math目前的研究领域是[密码学](https://wcowin.work/blog/Cryptography/)
- [x] 读书明志可识春秋;诗词爱好者;喜欢村上春树;擅长羽毛球
- [x] 清醒,知趣,明得失,知进退

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ class AISummaryGenerator:
'model': 'deepseek-chat',
'headers': {
'Content-Type': 'application/json',
'Authorization': 'Bearer sk-7dbcd6e21fb3417299b50aecff76c7bf'
'Authorization': 'Bearer sk-'
}
}

View File

@ -0,0 +1,9 @@
{
"default_service": "deepseek",
"available_services": [
"deepseek",
"openai"
],
"summary_language": "en",
"check_time": "2025-06-04T01:31:56.082195"
}