From 40d4c8ee6323c0a4dbe6a5d6046a94034b73c6af Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Wed, 30 Oct 2024 19:29:29 +0900 Subject: [PATCH] modules: chat requirements updated to spec vehicle version --- mavproxy/source/docs/modules/chat.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/mavproxy/source/docs/modules/chat.rst b/mavproxy/source/docs/modules/chat.rst index f37600c681..4370b3bcfd 100644 --- a/mavproxy/source/docs/modules/chat.rst +++ b/mavproxy/source/docs/modules/chat.rst @@ -23,6 +23,7 @@ Prerequisites - On Linux/Ubuntu the pyaudio, wave and openai python packages must be installed manually - `OpenAI API key `__ - Setup the OpenAI Assistant (not required for core developers using ArduPilot's API key) +- Vehicle must be running ArduPilot 4.6 (or higher) Installing Python Packages on Linux/Ubuntu ------------------------------------------