From e43b5959fae2da9216fd5f54b9ec26d831bf3040 Mon Sep 17 00:00:00 2001 From: projectmoon Date: Sat, 30 Nov 2024 12:41:48 +0100 Subject: [PATCH] changelog update --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a72271..a7de31d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # OpenStreetMap Tool +**2.1.0** + - New feature: navigation. LLMs can provide navigation directions and + answer questions about distance between two places. Works best with + Qwen and Mistral. Llama3 seems to require a very specific request + to use the navigation tool. + - New POI category: tourist attractions. Uses new a new ranking + system to try and surface more prominent attractions. + - Fall back to Haversine distance if OpenRouteService cannot + calculate a navigation distance. + - Cache ORS route information. **1.3.1:** - Handle bad or unclear addresses by having the model tell you. @@ -201,3 +211,8 @@ **0.1.0:** - Initial release. + +# Gemini Tool + +**0.0.1:** + - Initial release with basic protocol handling.