v4.1.1_py
v4.1.1_py brings improvements and updates to the AI Studio Proxy API.
What's Changed
- Merge pull request #315 from catsimple/fix_temporary_chat_selector by @CJackHwang (f5dcf82)
- check if expanded menu exists before reading its property by @catsimple (9af4f69)
- fix determination of temporary chat status by @catsimple (4f6ba4c)
- Update switcher.py by @catsimple (44acc21)
- Update core.py by @catsimple (ed96a2e)
- Refactor temporary chat mode button handling by @catsimple (444f5ac)
- Refactor enable_temporary_chat_mode function by @catsimple (2d57a20)
- Update switcher.py by @catsimple (e28f64e)
- Update core.py by @catsimple (40ce375)
- Update core.py by @catsimple (7c8b5b4)
- Fix button locator syntax in switcher.py by @catsimple (c5f4402)
- Update core.py by @catsimple (68ca6dc)
- Update core.py by @catsimple (9c5c3b3)
- Update switcher.py by @catsimple (994d791)
- Merge pull request #312 from ShutovKS/feat/issue-300-multi-launch by @CJackHwang (f6e83b1)
- fix md by @ShutovKS (4620dc9)
- feat(multi-instance-manager): add isolated docker profile launcher by @ShutovKS (71cd656)
Full Changelog: v4.1.0_py...v4.1.1_py
Installation
Quick Start
# Clone the repository
git clone https://github.com/CJackHwang/AIstudioProxyAPI.git
cd AIstudioProxyAPI
# Install dependencies with Poetry
poetry install
# Run the server
poetry run python server.pyDocker
docker-compose -f docker/docker-compose.yml up -dFor full installation and configuration details, see the README.
Source Code
Source code archives (zip and tar.gz) are automatically attached below.
Thank you to all contributors!