diff src/stt.js.luan @ 26:d3f5448743bf

add doc links
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 01 Aug 2025 17:12:03 -0600
parents 47b00cce8b53
children f5e72f2d1025
line wrap: on
line diff
--- a/src/stt.js.luan	Fri Aug 01 00:33:51 2025 -0600
+++ b/src/stt.js.luan	Fri Aug 01 17:12:03 2025 -0600
@@ -12,6 +12,8 @@
 local logger = Logging.logger "sst.js"
 
 
+-- https://platform.openai.com/docs/guides/speech-to-text
+
 local url = "https://api.openai.com/v1/audio/transcriptions"
 local headers = {
 	Authorization = "Bearer "..key