TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Wikimedia and LLM

2 点作者 jcmp3 个月前
Hi! I built this tool that uses the Wikimedia image corpus to enhance LLM-generated text. I originally made it to help explain mathematical concepts during my exam period, but of course, I only finished it once my exams were already over. Anyway, I think there's value in having images alongside text explanations, and since relying solely on AI-generated images isn't so ideal, Wikimedia is a great resource. You can check out an example answer here [1]. If my API key reaches its limit, you'll need your own key to continue using the tool. However, it's completely free, has no ads, requires no sign-up, and if you'd rather not insert your own key, feel free to copy the code from my GitHub or ask Cursor to code it for you.

2 条评论

yorwba3 个月前
Interesting concept!<p>I see in the debug log that you skip images that exceed 0.5 MB, but some bigger ones actually get through. I guess you increased the limit but didn&#x27;t update the debug message?<p>For large images, there are often also resized versions available, it might make sense to use those.
评论 #43311848 未加载
jcmp3 个月前
forgot the url: <a href="https:&#x2F;&#x2F;llm.jonathanpagel.com&#x2F;view?id=8now7ndd5s8ugouxpdjed" rel="nofollow">https:&#x2F;&#x2F;llm.jonathanpagel.com&#x2F;view?id=8now7ndd5s8ugouxpdjed</a>