{"id":50119775,"url":"https://github.com/algorithm-ssau/2026-6302-6","last_synced_at":"2026-05-23T18:05:13.301Z","repository":{"id":346527488,"uuid":"1167517258","full_name":"algorithm-ssau/2026-6302-6","owner":"algorithm-ssau","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-23T11:49:33.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T13:24:08.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/algorithm-ssau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-26T11:32:22.000Z","updated_at":"2026-05-23T11:47:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/algorithm-ssau/2026-6302-6","commit_stats":null,"previous_names":["algorithm-ssau/2026-6302-6"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/algorithm-ssau/2026-6302-6","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithm-ssau%2F2026-6302-6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithm-ssau%2F2026-6302-6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithm-ssau%2F2026-6302-6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithm-ssau%2F2026-6302-6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/algorithm-ssau","download_url":"https://codeload.github.com/algorithm-ssau/2026-6302-6/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/algorithm-ssau%2F2026-6302-6/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33406489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T04:15:53.637Z","status":"ssl_error","status_checked_at":"2026-05-23T04:15:53.242Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-23T18:04:33.452Z","updated_at":"2026-05-23T18:05:13.283Z","avatar_url":"https://github.com/algorithm-ssau.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2026-6302-6\n\n\u003e ⚠️ **ВАЖНО:** ⚠️\n\u003e \n\u003e Из-за политики безопасности мы не можем выложить в открытый доступ приложение работающее с GigaChat через B2B токен\n\u003e \n\u003e Данная версия работает через бесплатную GigaChat-2-Lite модель, которая очевидно хуже работает с большими объемами токенов\n\u003e \n\u003e Вы всегда можете запустить приложение в ручную из исходников использую свой ключ авторизации и выбрав необходимую модель\n\u003e \n\u003e Во время демонстрации будет показана версия приложения использующая B2B токен с повышенными лимитами\n\n\n## Как использовать\n1. Кнопка `Загрузить новый файл` открывает меню проводника, позволяя выбрать файл для анализа LLM\n2. После обработки будет предложено прочитать краткое содержание или пройти тест\n3. В конце теста будет показан результат тестирования\n4. Кнопка `Использовать загруженные файлы` позволяет открыть краткое содержание или тестирование по ранее загруженным файлам, не отправляя их на повторную обработку\n\n## Требования\n\n- Python 3.10+ (рекомендуется 3.11+)\n- [uv](https://github.com/astral-sh/uv) — быстрый менеджер зависимостей и виртуальных окружений\n\n## Установка uv\n\n### Вариант 1: через официальный установщик (рекомендуется)\n\nmacOS / Linux:\n\n```bash\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\nWindows (PowerShell):\n\n```powershell\nirm https://astral.sh/uv/install.ps1 | iex\n```\n\nПроверьте установку:\n\n```bash\nuv --version\n```\n\n### Вариант 2: через pipx\n\n```bash\npipx install uv\n```\n\n## Установка зависимостей через uv\n\nВ корне репозитория:\n\n```bash\nuv sync\n```\n\n## Запуск проекта\n\n### 1. Зарегистрироваться на https://developers.sber.ru/\n### 2. Получить Authorization key\n### 3. Переименовать файл .env_example в .env и вставить свой ключ\n\nmacOS / Linux:\n\n```bash\nmv .env_example .env\n```\n\nWindows (PowerShell):\n\n```powershell\nRename-Item -Path \".env_example\" -NewName \".env\"\n```\n\n### 4. В `config.py` в переменную `MODEL` вписать необходимую модель\nДоступные варианты\n```commandline\nGigaChat-2\nGigaChat-2-Pro\nGigaChat-2-Max\n```\n\n### 5. Запустить `main.py`\n\n```bash\nuv run main.py\n```\n\n## Скачать .exe файл \n\nСсылка на последний релиз: https://github.com/algorithm-ssau/2026-6302-6/releases\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorithm-ssau%2F2026-6302-6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falgorithm-ssau%2F2026-6302-6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falgorithm-ssau%2F2026-6302-6/lists"}