Skip to content

v0.12.0 - FastAPI and Uvicorn

Compare
Choose a tag to compare
@jasonacox jasonacox released this 12 Feb 03:41
· 151 commits to main since this release
7c68bef

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.