kobold_assistant
kobold_assistant copied to clipboard
Like ChatGPT's voice conversations with an AI, but entirely offline/private/trade-secret-friendly, using local AI models such as LLama 2 and Whisper
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.9.0. Release notes Sourced from aiohttp's releases. 3.9.0 Features Introduced AppKey for static typing support of Application storage. See https://docs.aiohttp.org/en/stable/web_advanced.html#application-s-config (#5864) Added a graceful shutdown...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.31 to 3.1.37. Release notes Sourced from gitpython's releases. 3.1.37 - a proper fix CVE-2023-41040 What's Changed Improve Python version and OS compatibility, fixing deprecations by @EliahKagan...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
https://github.com/lee-b/kobold_assistant/blob/2add917b6d3f31764bd2e9d97a9cd8c6ef841aef/README.md?plain=1#L153 The line above does not have the intended effects on its own. The model file should be renamed to "stable-vicuna-13B-GPTQ-4bit.compat.no-act-order.safetensors". Here is the commit where the file was renamed:...
https://github.com/lee-b/kobold_assistant/blob/2add917b6d3f31764bd2e9d97a9cd8c6ef841aef/src/kobold_assistant/default_settings.json#L82C7-L82C10 The emojis in the file above cause the parser to error because Python uses CP-1252 encoding by default, on Windows. I've already found the answer, so you can close...