2024-08-05 07:48:44 +00:00
|
|
|
# OpenStreetMap Tool
|
|
|
|
|
2024-09-17 20:10:04 +00:00
|
|
|
**0.4.0:**
|
|
|
|
- Complete rewrite of search result handling to prevent incorrect OSM
|
|
|
|
map links being generated, and bad info given.
|
|
|
|
- New setting: Instruction Oriented Interpretation. Controls the
|
|
|
|
result interpretation instructions given to the LLM. Should help
|
|
|
|
certain models (Hermes Llama 3.1) give more consistent results.
|
|
|
|
- The Instruction Oriented Interpretation setting is also a user
|
|
|
|
valve that can be controlled on a per-chat basis.
|
|
|
|
- Added ability to search for: public transit, schools/universities,
|
|
|
|
libraries, bike rental locations, car rental locations.
|
|
|
|
|
|
|
|
**0.3.0:**
|
|
|
|
- Add search for alcohol and cannabis/smart shops.
|
|
|
|
- Increase hotel search radius to 10km.
|
|
|
|
|
2024-08-05 12:38:55 +00:00
|
|
|
**0.2.5:**
|
|
|
|
- Better accuracy in turn by turn conversations: model encouraged to
|
|
|
|
specify the name of the city and country when searching, so it's
|
|
|
|
less likely to report results from a different country.
|
|
|
|
|
2024-08-05 12:07:04 +00:00
|
|
|
**0.2.4:**
|
|
|
|
- Actually make use of the limit parameter when searching Nominatim.
|
|
|
|
|
2024-08-05 08:13:41 +00:00
|
|
|
**0.2.3:**
|
|
|
|
- Allow leisure tags in nominatim fallback results.
|
|
|
|
|
2024-08-05 08:10:25 +00:00
|
|
|
**0.2.1:**
|
|
|
|
- Only print secondary results if they exist.
|
|
|
|
- Remove extraneous print logging.
|
|
|
|
|
2024-08-05 07:48:44 +00:00
|
|
|
**0.2.0:**
|
|
|
|
- Include Ways as secondary information for improved search results.
|
2024-08-05 07:50:40 +00:00
|
|
|
- Added searching for swimming and recreational areas.
|
2024-08-05 07:48:44 +00:00
|
|
|
|
|
|
|
**0.1.0:**
|
|
|
|
- Initial release.
|
|
|
|
|
|
|
|
# Checkpoint Summarization Filter
|
|
|
|
|
|
|
|
**0.1.0:**
|
|
|
|
- Initial release.
|
|
|
|
|
2024-07-22 19:03:20 +00:00
|
|
|
# Narrative Memory Filter
|
|
|
|
|
|
|
|
**0.0.2:**
|
|
|
|
- More reliable way of getting chat IDs.
|
|
|
|
|
|
|
|
**0.0.1:**
|
|
|
|
- Initial proof-of-concept release.
|
|
|
|
|
|
|
|
|
|
|
|
# GPU Scaling Filter
|
|
|
|
|
|
|
|
**0.2.0:**
|
|
|
|
- Fix filter not working when using base models directly.
|
|
|
|
- Do not fire the filter if model is not owned by ollama.
|
|
|
|
|
|
|
|
**0.1.0:**
|
|
|
|
- Initial release.
|
|
|
|
|
|
|
|
# Output Sanitization Filter
|
|
|
|
|
|
|
|
**0.2.0:**
|
|
|
|
- Prevent errors when an LLM reply is updated by the filter (i.e.
|
|
|
|
return body from the outlet function).
|
|
|
|
|
|
|
|
**0.1.0:**
|
|
|
|
- Initial Release
|