Skip to content

Commit

Permalink
Fix issue with chatbot popup corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Jul 20, 2024
1 parent 4de3617 commit b4ead87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Releases

## 0.14.10 - Fix Popup

* Chatbot: Fix issue where DOM was being corrupted by popup. New logic creates separate div for conversation debug.

## 0.14.9 - Conversation Thread

* Chatbot: Add `Debug Session` link to footer to display conversation thread.
Expand Down
2 changes: 1 addition & 1 deletion chatbot/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
import aiohttp

# TinyLLM Version
VERSION = "v0.14.9"
VERSION = "v0.14.10"

# Set up logging
logging.basicConfig(level=logging.INFO,
Expand Down

0 comments on commit b4ead87

Please sign in to comment.