Rupert91

Results 2 issues of Rupert91

Question I'm encountering an error while using the open-source project ChatbotUI for uploading files and performing Retrieval-Augmented Generation (RAG). The error message is as follows: {code: "XX000", details: null, hint:...

在nextjs 14.2.1里调用radar rules的api,总是显示timeout,不管是用axios方法还是用fetch方法。以下是我的代码: export default async function Page() { try { const response = await fetch('https://rsshub.app/api/radar/rules, { next: { revalidate: 10 }, // Set revalidation interval if needed }); if...