This commit is contained in:
Oleg Zaharov 2024-10-19 12:22:51 +03:00
parent 6cc759712d
commit abace26b62
1 changed files with 7 additions and 1 deletions

View File

@ -6,9 +6,15 @@
Лендинг: https://www.hse.ru/ai-assistant-hack-python/
## Запуск
### Клонирование репозитория
```
git clone https://git.xolostxutor.msk.ru/os.zakharov/hse-python-assistant
cd hse-python-assistant
```
### Загрузка модели
Замените `<your_path>` на путь, куда хотите сохранить модель. После скачивания поменяйте значение переменной `model_path` в `main.py` на путь, где сохранена скачанная модель.
```bash
```
app/utils/download_model.sh <your_path>
```