Skip to content

Commit 90e71c7

Browse files
committed
wave is a Python Standard Library module
These changes should be made together with: * ArduPilot/MAVProxy#1588
1 parent c6b191c commit 90e71c7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

mavproxy/source/docs/modules/chat.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ OpenAI's ChatGPT Assistants can be used to control an ArduPilot vehicle using th
1414
1515
.. warning::
1616

17-
This module is still under development and the assistant sometimes makes mistakes including switching to the wrong flight mode or commanding target positions that are many kilometers away
17+
This module is still under development and the assistant sometimes makes mistakes including switching to the wrong flight mode or commanding target positions that are many kilometers away.
1818

1919
Prerequisites
2020
=============
2121

2222
- MAVProxy 1.8.69 (or higher)
23-
- On Linux/Ubuntu the pyaudio, wave and openai python packages must be installed manually
23+
- On Linux/Ubuntu the pyaudio and openai Python packages must be installed manually
2424
- `OpenAI API key <https://platform.openai.com/docs/quickstart/account-setup>`__
25-
- Setup the OpenAI Assistant (not required for core developers using ArduPilot's API key)
25+
- Set up the OpenAI Assistant (not required for core developers using ArduPilot's API key)
2626
- Vehicle must be running ArduPilot 4.6 (or higher)
2727

2828
Installing Python Packages on Linux/Ubuntu
@@ -31,8 +31,7 @@ Installing Python Packages on Linux/Ubuntu
3131
From the command line run the following commands:
3232

3333
- sudo apt -y install python3-pyaudio
34-
- pip install wave
35-
- pip install openai
34+
- python3 -m pip install openai
3635

3736
OpenAI API Key
3837
--------------
@@ -64,7 +63,7 @@ Assistant Setup
6463

6564
This section is only required for users who are not using the ArduPilot OpenAI API key.
6665

67-
- Download the contents of the the `mavproxy_chat / assistant_setup <https://github.com/ArduPilot/MAVProxy/tree/master/MAVProxy/modules/mavproxy_chat/assistant_setup>`__ directory
66+
- Download the contents of the `mavproxy_chat / assistant_setup <https://github.com/ArduPilot/MAVProxy/tree/master/MAVProxy/modules/mavproxy_chat/assistant_setup>`__ directory
6867
- run the setup.py script
6968

7069
.. code:: bash

0 commit comments

Comments
 (0)