Releases: iBUHub/AIStudioToAPI
Releases · iBUHub/AIStudioToAPI
v0.4.0
What's Changed
English
- feat: implement automatic auth credential updates by @bbbugg in #21
- feat: add support for OpenAI structured output (response_format) by @iBenzene in #22
- feat: add Gemini API Endpoint for Files API by @Make-magic in #27
中文
- feat: 实现了自动更新认证凭据(Auth Credential)的功能 by @bbbugg in #21
- feat: 新增 OpenAI 风格的结构化输出(response_format)的支持 by @iBenzene in #22
- feat: 支持 Files API by @Make-magic in #27
Warning
This version automatically updates the auth file when logging in or switching Google accounts, as well as at regular intervals, to extend its validity period. To disable this feature, set the environment variable ENABLE_AUTH_UPDATE=false.
此版本会在登录/切换 Google 账号时以及定期自动更新 auth 文件,以延长其有效期。若想禁用此功能,请设置环境变量 ENABLE_AUTH_UPDATE=false。
New Contributors
- @iBenzene made their first contribution in #22
- @Make-magic made their first contribution in #27
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- fix: dedupe auth rotation by email by @MasakiMu319 in #10
- feat: implement system readiness checks during browser recovery and request handling by @bbbugg in #12
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- feat: add cross-platform setup-auth script by @MasakiMu319 in #7
- feat: support OpenAI tools call by @bbbugg in #6
New Contributors
- @MasakiMu319 made their first contribution in #7
- @bbbugg made their first contribution in #6
Full Changelog: v0.2.11...v0.3.0