Separate ASR (2 workers) from summary/RAG post-processing, add LightRAG chat API, batch upload fixes, and local model mounts for Docker deployment. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
[global]
|
|
# Yandex — основной (HTTP, иначе SSL WRONG_VERSION_NUMBER на HTTPS)
|
|
index-url = http://mirror.yandex.ru/pypi/simple/
|
|
# Fallback, пока simple-индекс Yandex не синхронизирован
|
|
extra-index-url = https://pypi.org/simple/
|
|
trusted-host = mirror.yandex.ru
|
|
pypi.org
|
|
files.pythonhosted.org
|
|
pypi.python.org
|
|
timeout = 300
|
|
retries = 5
|