chore: Update configuration values, create new example, and update Dockerfile and README

This commit is contained in:
unclecode
2024-06-19 18:48:20 +08:00
parent 539263a8ba
commit 350ca1511b
3 changed files with 71 additions and 14 deletions

View File

@@ -10,7 +10,8 @@
- on_user_agent_updated: Called when the user changes the user_agent, causing the driver to reinitialize.
- Added an example in `quickstart.py` in the example folder under the docs.
- Enhancement issue #24: Replaced inline HTML tags (e.g., DEL, INS, SUB, ABBR) with textual format for better context handling in LLM.
- Maintaining the semantic context of inline tags (e.g., abbreviation, DEL, INS) for improved LLM-friendliness.
- Updated Dockerfile to ensure compatibility across multiple platforms (Hopefully!).
## [0.2.4] - 2024-06-17
### Fixed