Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9e68ce9
llmOS-Agent
/
bot
/
__init__.py
tech-envision
Add Discord bot for LLM chat
e393049
3 months ago
raw
Copy download link
history
blame
114 Bytes
"""Discord bot for chatting with the LLM."""
from
.discord_bot
import
LLMDiscordBot
__all__ = [
"LLMDiscordBot"
]