Releases: tyzbit/acars-processor
Releases · tyzbit/acars-processor
v0.11.5
- Added retry logic for Ollama and associated ENV vars
Full Changelog: v0.11.4...v0.11.5
v0.11.4
Bugfixes
Full Changelog: v0.11.3...v0.11.4
v0.11.3
- Calling Ollama with
generaterather thanchatto keep Ollama resources down. - Use a requested format to help encourage the model to respond in JSON
- Set
num_predictto prevent models getting into infinite generational loops - Updated some docs
I strongly recommend this version particularly because of num_predict. When the filter fails, acars-processor lets the message through because we don't want to silently fail and silently filter anything, but the downside is you see messages that probably should have been filtered.
Full Changelog: v0.11.2...v0.11.3
v0.11.2
Full Changelog: v0.11.1...v0.11.2
- Tweaked the default system prompts for Ollama and OpenAI
- Messages are now handled through channels which should improve reliability immensely, along with the recent connection management logic
v0.11.1
Changes:
- Renamed to acars-processor
acarsMessageFrom- either "Aircraft" or "Tower", a simple boolean based on if the flight number is empty or not- Ollama now actually works, before it was inoperable
- logging improvements
Full Changelog: v0.10.0...v0.11.1
v0.11.0
v0.10.0
v0.9.1
- Fix inadequate regex in OpenAI filter
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Breaking changes
- Miles calculation was wrong before, it has been fixed but if you suddenly see a huge drop in contact distance, nothing has changed except the numbers being right
- Distance fields have had
Haversineremoved - Leading periods in tail codes are now being stripped
Other
- Logging improvements
- Don't call OpenAI with blank messages
Full Changelog: v0.8.0...v0.9.0
v0.8.0-ollama-2
Full Changelog: v0.8.0-ollama-1...v0.8.0-ollama-2