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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Chatroom app to interact with multiple LLMs in real-time

3 点作者 foxhop超过 1 年前
Hey all I&#x27;ve been building an alternative frontend to chatgpt for a while now and it has recently added a bunch of nice features for working with gpt-4 and claude since they have such large context windows.<p><pre><code> Python 3.6+ Flask Flask-SocketIO Flask-SQLAlchemy Flask-Migrate eventlet or gevent boto3 (for interacting with AWS Bedrock currently Claude, and S3 access) openai (for interacting with OpenAI&#x27;s language models) Real-time messaging between users in a chatroom. Ability to join different chatrooms with unique URLs. Integration with OpenAI&#x27;s language models for generating room titles and processing messages. Syntax highlighting for code blocks within messages. Markdown rendering for messages. Commands to load and save code blocks to AWS S3.</code></pre>

1 comment

foxhop超过 1 年前
let me know if you try it out, and if you are looking for a dangerous mode checkout the python-execution branch, it adds a `&#x2F;python` command to run the most recent code block in a python exec