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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

UsAsk HN: What should I use to build UI interface for an LLM

1 点作者 sieszpak10 个月前
I want to create an LLM UI interface for my fine-tuned Llama model, similar to a private GPT chat. The interface should allow me to upload multiple documents, add prompts to them, capture the response, and format it with Markdown tags based on one of the attached template documents. What should I use? Preferably something open-source so I can customize it. What do you recommend? I looked at Gradio, but it seems too “modest,” and OpenWebUI is too complex and extensive. I would also like the solution to support PWA technology.

1 comment

verdverm10 个月前
I would use standard full-stack technologies. React/NextJS is popular right now, great DX. This is what I'm using and make an API call to the LLM servers like any other external service (to the full-stack app)