Skip to content

Releases: tyzbit/acars-processor

v0.11.5

13 Apr 02:45

Choose a tag to compare

  • Added retry logic for Ollama and associated ENV vars

Full Changelog: v0.11.4...v0.11.5

v0.11.4

11 Apr 23:26

Choose a tag to compare

Bugfixes

Full Changelog: v0.11.3...v0.11.4

v0.11.3

11 Apr 21:12

Choose a tag to compare

  • Calling Ollama with generate rather than chat to keep Ollama resources down.
  • Use a requested format to help encourage the model to respond in JSON
  • Set num_predict to 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

09 Apr 02:36

Choose a tag to compare

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

07 Apr 20:42

Choose a tag to compare

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

26 Mar 21:49
2c7810f

Choose a tag to compare

What's Changed

Rename to acars-processor

v0.10.0

26 Mar 14:59
2c7810f

Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

17 Mar 14:20

Choose a tag to compare

  • Fix inadequate regex in OpenAI filter

Full Changelog: v0.9.0...v0.9.1

v0.9.0

17 Mar 02:10

Choose a tag to compare

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 Haversine removed
  • 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

16 Mar 01:53

Choose a tag to compare

v0.8.0-ollama-2 Pre-release
Pre-release