Files
elmer/config.yaml
T

26 lines
742 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Elmer configuration
# Значения вида ${VAR} подставляются из переменных окружения
llm:
api_key: "sk-ucI5YvOticoOQ9Kuj5K9mQ"
model: "gpt-oss-120b"
base_url: "https://api.aillm.ru/v1"
elm327:
# Bluetooth-порт (обычно /dev/rfcomm0 после pairing)
port: "/dev/rfcomm0"
baudrate: 38400
# PID'ы для чтения (можно переопределить)
pids:
"0105": ["coolant_temp", "°C"]
"010C": ["rpm", "об/мин"]
"010D": ["speed", "км/ч"]
"0111": ["throttle_pos", "%"]
"010B": ["map", "кПа"]
"010F": ["iat", "°C"]
"011F": ["runtime_since_start", "с"]
"0104": ["engine_load", "%"]
"0106": ["stft_b1", "%"]
"0107": ["ltft_b1", "%"]