CoolFace
Apppublic

AlphaSphereDotAI/Chattr

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
App README

Chattr: App part of the Chatacter Backend

![Build](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/build.yaml) ![CI Tools](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/ci_tools.yaml) ![CodeQL](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/github-code-scanning/codeql) ![Dependabot Updates](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/dependabot/dependabot-updates) ![Release](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/release.yaml) ![Test](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/test.yaml)

Environment Variables

The configuration of the server is done using environment variables:

NameDescriptionRequiredDefault Value
MODEL__URLOpenAI-compatible endpoint✘https://api.groq.com/openai/v1
MODEL__NAMEModel name to use for chat✘llama3-70b-8192
MODEL__API_KEYAPI key for model access✔None
MODEL__TEMPERATUREModel temperature (0.0-1.0)✘0.0
SHORT_TERM_MEMORY__URLRedis URL for memory store✘redis://localhost:6379
VECTOR_DATABASE__NAMEVector database collection name✘chattr
VOICE_GENERATOR_MCP__URLMCP service for audio generation✘http://localhost:8001/gradio_api/mcp/sse
VIDEO_GENERATOR_MCP__URLMCP service for video generation✘http://localhost:8002/gradio_api/mcp/sse
DIRECTORY__ASSETSBase assets directory✘./assets
DIRECTORY__LOGLog files directory✘./logs
DIRECTORY__IMAGEImage assets directory✘./assets/image
DIRECTORY__AUDIOAudio assets directory✘./assets/audio
DIRECTORY__VIDEOVideo assets directory✘./assets/video