File tree Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Expand file tree Collapse file tree 4 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,17 @@ ttsfm/
2323├── server/ # Core services
2424│ ├── api.py # OpenAI-compatible API
2525│ └── handlers.py # Request handlers
26- ├── proxy/ # Proxy system
27- │ └── manager.py
2826├── utils/ # Utility modules
29- │ └── config.py
27+ │ └── config.py # Configuration management
3028├── static/ # Frontend resources
3129│ ├── index.html # English interface
3230│ ├── index_zh.html # Chinese interface
33- │ └── ... # JS/CSS resources
34- └── requirements.txt # Python dependencies
31+ │ ├── script.js # Frontend JavaScript
32+ │ └── styles.css # Frontend styles
33+ ├── pressure_test.py # Stress testing script
34+ ├── Dockerfile # Docker configuration
35+ ├── requirements.txt # Python dependencies
36+ └── .env.example # Environment variables template
3537```
3638
3739## 🚀 Quick Start
Original file line number Diff line number Diff line change @@ -24,15 +24,17 @@ ttsfm/
2424├── server/ # 服务核心
2525│ ├── api.py # OpenAI 兼容API
2626│ └── handlers.py # 请求处理器
27- ├── proxy/ # 代理系统
28- │ └── manager.py
2927├── utils/ # 工具模块
30- │ └── config.py
28+ │ └── config.py # 配置管理
3129├── static/ # 前端资源
3230│ ├── index.html # 英文界面
3331│ ├── index_zh.html # 中文界面
34- │ └── ... # JS/CSS 资源
35- └── requirements.txt # Python依赖
32+ │ ├── script.js # 前端JavaScript
33+ │ └── styles.css # 前端样式
34+ ├── pressure_test.py # 压力测试脚本
35+ ├── Dockerfile # Docker配置
36+ ├── requirements.txt # Python依赖
37+ └── .env.example # 环境变量模板
3638```
3739
3840## 🚀 快速开始
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1>ttsfm</h1>
2727 < p class ="subtitle "> Text-to-Speech API with Multiple Voice Options</ p >
2828 < div class ="header-bottom ">
2929 < div class ="version-badge ">
30- < span > Version: < strong id ="version "> 1.2.0-beta2 </ strong > </ span >
30+ < span > Version: < strong id ="version "> 1.2.0</ strong > </ span >
3131 </ div >
3232 < div class ="language-selector ">
3333 < button class ="lang-btn active " data-lang ="en "> English</ button >
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1>ttsfm</h1>
2727 < p class ="subtitle "> 支持多种语音的文本转语音 API</ p >
2828 < div class ="header-bottom ">
2929 < div class ="version-badge ">
30- < span > 版本: < strong id ="version "> 1.2.0-beta2 </ strong > </ span >
30+ < span > 版本: < strong id ="version "> 1.2.0</ strong > </ span >
3131 </ div >
3232 < div class ="language-selector ">
3333 < a href ="index.html " class ="lang-btn "> English</ a >
You can’t perform that action at this time.
0 commit comments