An open API service indexing awesome lists of open source software.

https://github.com/notedit/trtc-ai-api-check

trtc ai api check
https://github.com/notedit/trtc-ai-api-check

Last synced: 4 months ago
JSON representation

trtc ai api check

Awesome Lists containing this project

README

          

# TRTC Conversation AI

This is a TRTC Conversation AI configuration validation tool built with Streamlit.

## Features

We provide three functional pages to help you validate TRTC Conversation AI configurations:

- **LLMConfig Validation**: Validate LLM configurations
- **Minimax TTS Validation**: Validate Minimax configurations
- **Tencent TTS Validation**: Validate Tencent configurations

## Quick Start

Follow these steps to run the project:

### 1. Clone the Repository

```bash
git clone
cd
```

### 2. Create and Activate Virtual Environment

```bash
python3 -m venv venv
source venv/bin/activate # For Windows users, use `venv\Scripts\activate`
```

### 3. Install Dependencies

```bash
pip install -r requirements.txt
```

### 4. Run the Application

```bash
streamlit run Hello.py
```

## Contributing

Contributions are welcome! Please fork this repository and submit a pull request.

## License

This project is licensed under the MIT License.