TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Wikimedia and LLM

2 pointsby jcmp3 months ago
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 comments

yorwba3 months ago
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 months ago
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>