aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-05-10 12:44:12 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2024-05-10 12:44:12 +0100
commita67797e2b7565e96ba21a56558aa7fa5112c4a9f (patch)
treec7a1af9852ca0465029da3fda4546f4bfbd3ab5d
parente54316a3330b4531f070789c285c624e279a79f3 (diff)
downloadnoetic-llama-a67797e2b7565e96ba21a56558aa7fa5112c4a9f.tar.gz
noetic-llama-a67797e2b7565e96ba21a56558aa7fa5112c4a9f.zip
Updated README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4301e26..333a7ac 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,14 @@
`docker-compose` docker containers required for LCASTOR intent recognition and transcription with whisper.
Currently, `whisperwrapper` needs to be run outside of docker due to problems passing through the microphone, which is why it is symlinked here.
+If being run in a VM, set the whisper API url ROS parameter:
+
+`rosparam set /stt/whisper_api_url 192.168.122.1:9000`
+
+If debugging, you might need to manually make the node transcribe:
+
+`rostopic pub /stt/listening ollamamessages/WhisperListening "listening: True" -1`
+
Given a python library `capabilities` containing only functions, it inspects this library to generate an initial prompt to tell the
LLM the possible functions. Then, with a ROS service call, these functions are called: