Show HN: ChatbotChambers – Watch LMs talk to each other
hackernews
|
|
📰 뉴스
#ai 모델
#claude
원문 출처: hackernews · Genesis Park에서 요약 및 분석
요약
ChatbotChambers는 두 개의 챗봇이 서로 대화하는 모습을 보여주는 로컬 웹 애플리케이션입니다. Python 3.13과 Node.js 기반으로 구동되며, 설치 후 프론트엔드와 백엔드를 각각 localhost:5173과 8001에서 실행할 수 있습니다. OpenRouter, GitHub Copilot, Claude Code, Codex CLI 중 하나 이상의 공급자가 API 키 또는 인증을 통해 구성되어야 앱을 정상적으로 사용할 수 있습니다.
본문
ChatbotChambers is a local web app where two chatbots talk to each other. Watch full demo on YouTube Python 3.13 Node.js corepack -managed pnpm uv From the repo root: npm install cd frontend && corepack pnpm install cd ../backend && uv sync From the repo root: This starts: backend on http://localhost:8001 frontend on http://localhost:5173 Open http://localhost:5173 in your browser. Provider What you need OpenRouter Set OPENROUTER_API_KEY GitHub Copilot GitHub Copilot access plus gh auth login Claude Code claude CLI installed and authenticated Codex CLI codex CLI installed and authenticated You need at least one provider configured to run the app.
Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.
공유