You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ACARS_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from ACARS annotator \*\*|
52
-
| VDLM2_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from VDLM2 annotator \*\*|
53
-
| ADSB_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from TAR1090 annotator \*\*|
54
-
| TAR1090_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable \*\*|
55
-
| FILTER_CRITERIA_HAS_TEXT | Message must have text |
56
-
| FILTER_CRITERIA_MATCH_TAIL_CODE | Message must match tail code |
57
-
| FILTER_CRITERIA_MATCH_FLIGHT_NUMBER | Message must match flight number |
58
-
| FILTER_CRITERIA_MATCH_FREQUENCY | Message must have been received on this frequency |
59
-
| FILTER_CRITERIA_ABOVE_SIGNAL_DBM | Message must have signal above this |
60
-
| FILTER_CRITERIA_MATCH_STATION_ID | Message must have come from this station |
61
-
| FILTER_CRITERIA_DICTIONARY_PHRASE_LENGTH_MINIMUM | Message must have at least this amount of consecutive words (English only at the moment) |
62
-
| FILTER_OPENAI_PROMPT | Criteria to evaluate the message, sent to OpenAI (`gpt-4o` by default) \*\*\*\*|
63
-
| FILTER_OPENAI_APIKEY | API key for OpenAI, required for functionality |
64
-
| FILTER_OPENAI_MODEL | Override the default model, see [here](https://pkg.go.dev/github.com/openai/openai-go@v0.1.0-alpha.62#ChatModel) for your options |
65
-
| FILTER_OPENAI_PREAMBLE | By default, `acars-annotator` includes a preamble that describes what the response should look like. This overrides that. |
| ACARS_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from ACARS annotator \*\*|
52
+
| VDLM2_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from VDLM2 annotator \*\*|
53
+
| ADSB_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable from TAR1090 annotator \*\*|
54
+
| TAR1090_ANNOTATOR_SELECTED_FIELDS | If this is set, receivers will only receive fields present in this variable \*\*|
55
+
| FILTER_CRITERIA_HAS_TEXT | Message must have text |
56
+
| FILTER_CRITERIA_MATCH_TAIL_CODE | Message must match tail code |
57
+
| FILTER_CRITERIA_MATCH_FLIGHT_NUMBER | Message must match flight number |
58
+
| FILTER_CRITERIA_MATCH_FREQUENCY | Message must have been received on this frequency |
59
+
| FILTER_CRITERIA_ABOVE_SIGNAL_DBM | Message must have signal above this |
60
+
| FILTER_CRITERIA_MATCH_STATION_ID | Message must have come from this station |
61
+
| FILTER_CRITERIA_DICTIONARY_PHRASE_LENGTH_MINIMUM | Message must have at least this amount of consecutive words (English only at the moment) |
62
+
| FILTER_OLLAMA_URL |**REQUIRED TO USE** Full URL to your ollama instance (<scheme>://<host>:<port>) |
63
+
| FILTER_OLLAMA_MODEL |**REQUIRED TO USE** The model to use; ex: "llama3.2" |
64
+
| FILTER_OLLAMA_PROMPT |**REQUIRED TO USE** Criteria for the model to evaluate the message against \*\*\*\*|
65
+
| FILTER_OLLAMA_SYSTEM_PROMPT | By default, `acars-annotator` includes a system prompt that describes what the response should look like. This overrides that. |
66
+
| FILTER_OPENAI_PROMPT |**REQUIRED TO USE** Criteria to evaluate the message, sent to OpenAI \*\*\*\*|
67
+
| FILTER_OPENAI_APIKEY |**REQUIRED TO USE** API key for OpenAI, required for functionality |
68
+
| FILTER_OPENAI_MODEL | Override the default model (`gpt-4o` by default), see [here](https://pkg.go.dev/github.com/openai/openai-go@v0.1.0-alpha.62#ChatModel) for your options |
69
+
| FILTER_OPENAI_PREAMBLE | By default, `acars-annotator` includes a preamble that describes what the response should look like. This overrides that. |
0 commit comments