aboutsummaryrefslogtreecommitdiffstats
path: root/noetic-llama/src/ollamamessages/msg
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2024-02-29 20:49:37 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2024-02-29 20:49:37 +0000
commit52565291cbc2c507a22236ab628db1f9f52034f1 (patch)
tree81121547b1e69bee7710624642dd7f01a79dfb82 /noetic-llama/src/ollamamessages/msg
parent526a3e84b181e4108412686a0d185714e1ccf51e (diff)
downloadnoetic-llama-52565291cbc2c507a22236ab628db1f9f52034f1.tar.gz
noetic-llama-52565291cbc2c507a22236ab628db1f9f52034f1.zip
Added whisper node
Diffstat (limited to 'noetic-llama/src/ollamamessages/msg')
-rw-r--r--noetic-llama/src/ollamamessages/msg/WhisperTranscription.msg6
1 files changed, 6 insertions, 0 deletions
diff --git a/noetic-llama/src/ollamamessages/msg/WhisperTranscription.msg b/noetic-llama/src/ollamamessages/msg/WhisperTranscription.msg
new file mode 100644
index 0000000..985e998
--- /dev/null
+++ b/noetic-llama/src/ollamamessages/msg/WhisperTranscription.msg
@@ -0,0 +1,6 @@
+string text
+string language
+float64 temperature
+float64 avg_logprob
+float64 compression_ratio
+float64 no_speech_prob \ No newline at end of file