Merged
Conversation
Collaborator
|
Привет, спасибо за PR! |
krakenalt
added a commit
that referenced
this pull request
Feb 20, 2026
* feature: add new env parameter GPT2GIGA_ENABLE_REASONING (#71) * feature: add mitmproxy to docker-compose-observability.yaml (#73) * Add traefik (#70) * mvp * refactor: move Traefik static config to YAML files * feat: make HOST environment variable configurable in Traefik compose * chore: update README.md --------- Co-authored-by: shvetsov <shvetsov@elvees.com> Co-authored-by: krakenalt <rusyak1999@gmail.com> * chore: up docker-compose.yaml, set dev as default profile * chore: up CHANGELOG.md * chore: delete codeflash from dev, dump toml and lock --------- Co-authored-by: Shved <2100992@gmail.com> Co-authored-by: shvetsov <shvetsov@elvees.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Добавляет Traefik reverse proxy для gpt2giga с поддержкой нескольких моделей GigaChat (GigaChat, GigaChat-Pro, GigaChat-Max). Каждая модель теперь доступна через отдельный порт: 8090, 8091, 8092.
Motivation
Необходимость использования gpt2giga за reverse proxy с маршрутизацией по хосту для разных моделей GigaChat.
Type of Change
Changes Made
Method Used