Llm-api-open

Latest version: v2.3.2

Safety actively analyzes 623909 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

2.3.2

"no_stream" option + no rate limit on /status

[chore: exclude /status from rate limit](https://github.com/F33RNI/LlM-Api-Open/commit/6d6370c18488828a2e90036acb9e574569c7ba4a)
[feat: add "no_stream" option](https://github.com/F33RNI/LlM-Api-Open/commit/4dc08fcaf93df1f0d799555da44c08f89640effb)
[build(version): bump version to 2.3.2](https://github.com/F33RNI/LlM-Api-Open/commit/030396a915823894a61950e9c581a9a317f37c7b)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 2.1.24**: https://github.com/F33RNI/LlM-Api-Open/compare/2.1.24...2.3.2

2.3.1

Token-based auth for API, HTTPS API server and more

[feat: add https server and token-based authorization](https://github.com/F33RNI/LlM-Api-Open/commit/4889954396a26dd5e265c852cd1cd729c8f79135)
[build(version): bump version to 2.2.0](https://github.com/F33RNI/LlM-Api-Open/commit/caa979732a604e4697f5ba9270426269b8da1824)
[feat: proper ssl.SSLContext](https://github.com/F33RNI/LlM-Api-Open/commit/69b55b3c324a1b3bbe8ae58fa9358088c9fbc204)
[build(version): bump version to 2.2.1](https://github.com/F33RNI/LlM-Api-Open/commit/ba5a6124465307f4d1c6af9cfe1eb7236a958e0f)
[style: remove unused import](https://github.com/F33RNI/LlM-Api-Open/commit/b8a98c57019b405ab9f5fe5c43a1a89a1d4eb6a2)
[chore: also handle /api as /api/status](https://github.com/F33RNI/LlM-Api-Open/commit/48b91002e201cad698fe16ede25c16454d87bddb)
[build(version): bump version to 2.2.2](https://github.com/F33RNI/LlM-Api-Open/commit/58fb36b6b5cbaebdfa8fbbf8324ce1f0c73abdb3)
[fix: cli API without ssl](https://github.com/F33RNI/LlM-Api-Open/commit/238be84526fbb81058de5d8de3a3d728f33cb72d)
[feat: add rate and content size limits](https://github.com/F33RNI/LlM-Api-Open/commit/359accdf18b766e343bd584b28324d8cfdc9f2b6)
[feat: split tokens for use and manage the API](https://github.com/F33RNI/LlM-Api-Open/commit/15310de0591c485bf7e49f9e49ffec3f88954dac)
[build(version): bump version to 2.3.0](https://github.com/F33RNI/LlM-Api-Open/commit/843b93bdf3133bffddf359fdf9652750502c2ee3)
[chore: update --help message](https://github.com/F33RNI/LlM-Api-Open/commit/4c952c1525831a7414458fa780750ce160ad3019)
[docs: fix --tokens-use and --tokens-manage docstrings](https://github.com/F33RNI/LlM-Api-Open/commit/9056d34610ccaf064d724e2c01548ce37a720060)
[build: add Flask-Limiter to setup.py](https://github.com/F33RNI/LlM-Api-Open/commit/056f53fc5427a19736aaa8b27bb6f44c7a0bd55d)
[fix: error handling](https://github.com/F33RNI/LlM-Api-Open/commit/42ae611573c0f0de2ec378ddf724566d76ad0fed)
[build(version): bump version to 2.3.1](https://github.com/F33RNI/LlM-Api-Open/commit/4e989aaf198472d025a82fdddb627c6adcb6f677)
[chore: increase default rate-limit-fast](https://github.com/F33RNI/LlM-Api-Open/commit/4979f1cd0038e93e8701a4c260b8da2b88eb95a9)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 1.4.1**: https://github.com/F33RNI/LlM-Api-Open/compare/1.4.1...2.3.1

2.1.24

MS Copilot fixes and improvements

[feat: reset refresher timer each _load_or_refresh() call](https://github.com/F33RNI/LlM-Api-Open/commit/a3eff5dc512c476cc045b5525aee6b2216d3c062)
[feat: parse all text blocks instead of only first one](https://github.com/F33RNI/LlM-Api-Open/commit/667870a3593ae11c569a72f84ba2b8a13bc2966b)
[build(version): bump version to 2.1.24](https://github.com/F33RNI/LlM-Api-Open/commit/49735c2b9d721cc5c4694c9ed75522cf7b4f4dad)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 1.4.1**: https://github.com/F33RNI/LlM-Api-Open/compare/1.4.1...2.1.24

2.1.22

feat: parse error messages inside generated images

[feat: parse error messages inside generated images](https://github.com/F33RNI/LlM-Api-Open/commit/d872dec93ab6b3a43c5a188eeb9bbb14bab6fc0c)
[style: try catch block](https://github.com/F33RNI/LlM-Api-Open/commit/f9b40cdb8174c2d2364febb29b9f3489ab68fe83)
[build(version): bump version to 2.1.22](https://github.com/F33RNI/LlM-Api-Open/commit/7087a5cc0d83cd49cf423c38875d60211926484d)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 1.4.1**: https://github.com/F33RNI/LlM-Api-Open/compare/1.4.1...2.1.22

2.1.21

MS Copilot fix

[fix: remove submit_button.focus()](https://github.com/F33RNI/LlM-Api-Open/commit/3b417c1233f753b165f619e92086a0fe068f81b9)
[build(version): bump version to 2.1.21](https://github.com/F33RNI/LlM-Api-Open/commit/fe1f38c43a950a152208e2964bfff8774a62c3a0)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 1.4.1**: https://github.com/F33RNI/LlM-Api-Open/compare/1.4.1...2.1.21

2.1.20

Minor README fix

[docs: fix project logo](https://github.com/F33RNI/LlM-Api-Open/commit/04bb68091a1b0a420d2a0fa8e22902c845629772)
[docs: add PyPi instructions](https://github.com/F33RNI/LlM-Api-Open/commit/7a89e7f9122e80fd8f92b4739e0ec2966ec37703)
[build(version): bump version to 2.1.20](https://github.com/F33RNI/LlM-Api-Open/commit/3bbd43883b74dc0147fa790fee2e1684b822db6e)

> ⚠️ LLM-API-Open is under development. Please use with caution!

**Full changelog since 1.4.1**: https://github.com/F33RNI/LlM-Api-Open/compare/1.4.1...2.1.20

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.