CoolFace
Apppublic

AlphaSphereDotAI/Chattr

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
README.md39 linesDownload Raw Back to root
1---2title: Chattr3emoji: ๐Ÿ’ฌ4colorFrom: gray5colorTo: blue6sdk: docker7app_port: 78608short_description: Chat with Characters9---10 11## **Chattr**: App part of the Chatacter Backend12 13[![Build](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/build.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/build.yaml)14[![CI Tools](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/ci_tools.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/ci_tools.yaml)15[![CodeQL](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/github-code-scanning/codeql)16[![Dependabot Updates](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/dependabot/dependabot-updates)17[![Release](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/release.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/release.yaml)18[![Test](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/test.yaml/badge.svg)](https://github.com/AlphaSphereDotAI/chattr/actions/workflows/test.yaml)19 20### Environment Variables21 22The configuration of the server is done using environment variables:23 24| Name                       | Description                      | Required | Default Value                              |25|:---------------------------|:---------------------------------|:--------:|:-------------------------------------------|26| `MODEL__URL`               | OpenAI-compatible endpoint       |    โœ˜     | `https://api.groq.com/openai/v1`           |27| `MODEL__NAME`              | Model name to use for chat       |    โœ˜     | `llama3-70b-8192`                          |28| `MODEL__API_KEY`           | API key for model access         |    โœ”     | `None`                                     |29| `MODEL__TEMPERATURE`       | Model temperature (0.0-1.0)      |    โœ˜     | `0.0`                                      |30| `SHORT_TERM_MEMORY__URL`   | Redis URL for memory store       |    โœ˜     | `redis://localhost:6379`                   |31| `VECTOR_DATABASE__NAME`    | Vector database collection name  |    โœ˜     | `chattr`                                   |32| `VOICE_GENERATOR_MCP__URL` | MCP service for audio generation |    โœ˜     | `http://localhost:8001/gradio_api/mcp/sse` |33| `VIDEO_GENERATOR_MCP__URL` | MCP service for video generation |    โœ˜     | `http://localhost:8002/gradio_api/mcp/sse` |34| `DIRECTORY__ASSETS`        | Base assets directory            |    โœ˜     | `./assets`                                 |35| `DIRECTORY__LOG`           | Log files directory              |    โœ˜     | `./logs`                                   |36| `DIRECTORY__IMAGE`         | Image assets directory           |    โœ˜     | `./assets/image`                           |37| `DIRECTORY__AUDIO`         | Audio assets directory           |    โœ˜     | `./assets/audio`                           |38| `DIRECTORY__VIDEO`         | Video assets directory           |    โœ˜     | `./assets/video`                           |39