parent
commit
c29dc830c8
  1. 1
      .gitignore
  2. 3
      readme.md

1
.gitignore vendored

@ -218,3 +218,4 @@ settings_local.py
# Large files (добавьте сюда файлы больше 100MB если они есть)
# *.largefile
/scripts/

3
readme.md

@ -35,3 +35,6 @@
### Установка зависимостей
```bash
pip install PyQt6 qtawesome uiautomation pyperclip keyboard chromadb llama-cpp-python torch tiktoken psutil pillow requests
```
### Модель
[YandexGPT-5-Lite-8B-instruct-Q4_K_M](https://huggingface.co/yandex/YandexGPT-5-Lite-8B-instruct-GGUF/resolve/main/YandexGPT-5-Lite-8B-instruct-Q4_K_M.gguf?download=true)

Loading…
Cancel
Save