📌 📄 内容摘要:
F-Droid 在 万物皆可Ollama 中发帖
export default {
async fetch(request) {
const url = new URL(request.url);
if (url.pathname === '/') {
return new Response('Ollama is running', {
status: 200,
headers: {
'Content-Type': 'text/plain; charset=utf-8'
}
});
}
return fetch(request);
}
}
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/1117399/1
─────────────────────────────
📢 来源:LINUX DO