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
- Host: GitHub
- URL: https://github.com/notedit/trtc-ai-api-check
- Owner: notedit
- License: mit
- Created: 2024-08-05T12:59:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T13:50:18.000Z (over 1 year ago)
- Last Synced: 2025-04-12T03:54:02.452Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.