Discord-AI-Network-Bot is a tool designed to connect your local Ollama instance to a community AI network. It enables users to contribute their local large language models (LLMs) to a shared pool, allowing others in the Discord community to access them through commands like /ask. This fosters collaboration and resource sharing among users.
Key Features:
Community Contribution: Users can join as providers, contributing their local Ollama instances to the network.
Fair Usage Routing: The system ensures equitable distribution of AI resources based on availability and provider schedules.
Decentralized Approach: Eliminates reliance on a single bot or centralized service, promoting a collaborative ecosystem.
Audience & Benefit:
Ideal for Discord users interested in leveraging community-sourced AI models. It offers enhanced accessibility to diverse AI capabilities, reducing dependency on individual resources. Providers benefit from contributing their computational power while gaining access to others' contributions.
Installation is straightforward via winget. This tool exemplifies a cooperative approach to AI utilization, emphasizing collaboration over competition.
README
커뮤니티 로컬 AI Provider Pool
커뮤니티 멤버들이 각자 PC 의 로컬 LLM(Ollama) 을 풀에 기여하고, 디스코드에서 /ask 로
다른 유저가 그 LLM 들을 공정하게 나눠 쓰는 시스템입니다. 판매·결제가 아니라 기여·동의·
가용성·공정성이 핵심입니다(ADR 0003/0004).
> 기존 단일 Python 요약/Q&A 봇은 2026-05-30 제거되고 본 시스템으로 단일화되었습니다
> (이력: docs/BOT_MIGRATION.md).
어떻게 동작하나요?
유저 /ask → central-server(공정성 라우팅) → 어느 프로바이더의 PC Ollama → 응답
유저: /ask <질문> 또는 /menu 로 AI에게 묻습니다. /help/my-usage/privacy.
프로바이더: /provider-join → 승인 → 토큰으로 자기 PC 에서 에이전트 실행 → 풀에 기여.
포트 개방 불필요(아웃바운드 전용). 이후 운영은 데스크톱 앱에서 조절.