Itration 0 from deepseek
This commit is contained in:
32
info.txt
Normal file
32
info.txt
Normal file
@@ -0,0 +1,32 @@
|
||||
ai1/
|
||||
├── .gitignore
|
||||
├── README.md
|
||||
├── docker-compose.yml
|
||||
├── services/
|
||||
│ ├── vad/
|
||||
│ │ ├── Dockerfile
|
||||
│ │ ├── requirements.txt
|
||||
│ │ └── app.py
|
||||
│ ├── asr/
|
||||
│ │ ├── Dockerfile
|
||||
│ │ ├── requirements.txt
|
||||
│ │ └── app.py
|
||||
│ ├── speaker-id/
|
||||
│ │ ├── Dockerfile
|
||||
│ │ ├── requirements.txt
|
||||
│ │ ├── app.py
|
||||
│ │ └── embeddings.json
|
||||
│ ├── orchestrator/
|
||||
│ │ ├── Dockerfile
|
||||
│ │ ├── requirements.txt
|
||||
│ │ ├── app.py
|
||||
│ │ └── tools/
|
||||
│ │ └── time_tool.py
|
||||
│ └── tts/
|
||||
│ ├── Dockerfile
|
||||
│ ├── requirements.txt
|
||||
│ └── app.py
|
||||
├── client/
|
||||
│ └── client.py
|
||||
└── redis/
|
||||
└── (файлы Redis не нужны, образ стандартный)
|
||||
Reference in New Issue
Block a user