Skip to content

Releases: jasonacox/TinyLLM

v0.12.0 - FastAPI and Uvicorn

12 Feb 03:41
7c68bef
Compare
Choose a tag to compare

Chatbot - v0.12.0 - FastAPI and Uvicorn

  • Ported Chatbot to the async FastAPI and Uvicorn ASGI high speed web server implementation (#3).
  • Added /stats page to display configuration settings and current stats (optional ?format=json)
  • UI updated to help enforce focus on text entry box.
  • Moved prompts.json and Sentence Transformer model location to a ./.tinyllm for Docker support.

v0.11.4 - Stats Page

11 Feb 23:25
Compare
Choose a tag to compare
  • Add /stats URL to Chatbot for settings and current status information.
  • Update Chatbot HTML to set focus on user textbox.
  • Move prompts.json and Sentence Transformer models into .tinyllm directory.

Full Changelog: v0.11.3...v0.11.4

v0.11.3 - Optimize for Docker

11 Feb 07:20
c0af4b0
Compare
Choose a tag to compare

What's Changed

  • Fix docker PWD and network by @the023 in #2
  • Improve Chatbot for Docker
  • Added admin alert broadcast feature (POST /alert)

New Contributors

  • @the023 made their first contribution in #2

Full Changelog: https://github.com/jasonacox/TinyLLM/commits/v0.11.3