#路边社 2026 世界杯每进一球,Kimi 即向中国足球事业捐赠 10 亿 Token,支持基层项目、校园足球、青训教练和公益组织使用 Kimi https://football.kimi.site/
#后知后觉 一个基于 NotebookLM 的游戏:Sherlock Holmes 全集与游戏 https://notebooklm.google.com/notebook/2c4f0f26-0797-4cc0-a350-48c4b70d14cc
Google
Gemini Notebook | Your research and thinking partner, grounded in the information you trust
Use the power of AI for quick summarization and note taking, Gemini Notebook is your powerful virtual research assistant rooted in information you can trust.
#体验 OpenCode Go 已上架 kimi-k2.7-code,上下文和最大输出都是 256KB——经常跑一半自己就停了,基本没法用——有大佬说是因为它默认 maxtokens 是 1024,手动配置可解:
{
"providers": {
"opencode-go": {
"models": [
{
"id": "kimi-k2.7-code",
"reasoning": true,
"input": ["text", "image"],
"contextWindow": 256000,
"maxTokens": 256000,
"compat": {
"maxTokensField": "max_tokens"
}
}
]
}
}
}