utilitas 1995.1.7 → 1995.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -195,6 +195,15 @@ Works in Node.js and modern browsers.
195
195
  | :--- | :--- | :--- |
196
196
  | default | Object | {} |
197
197
 
198
+ ### [image](./lib/image.mjs)
199
+
200
+ | symbol | type | params / value |
201
+ | :--- | :--- | :--- |
202
+ | _NEED | Array | OpenAI |
203
+ | default | AsyncFunction | options |
204
+ | generate | AsyncFunction | prompt, options |
205
+ | init | AsyncFunction | options |
206
+
198
207
  ### [media](./lib/media.mjs)
199
208
 
200
209
  | symbol | type | params / value |
@@ -275,16 +284,18 @@ Works in Node.js and modern browsers.
275
284
 
276
285
  | symbol | type | params / value |
277
286
  | :--- | :--- | :--- |
278
- | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,whisper-node |
287
+ | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,OpenAI,whisper-node |
279
288
  | default | AsyncFunction | options |
280
289
  | checkSay | AsyncFunction | options |
281
290
  | checkWhisper | AsyncFunction | options |
282
291
  | init | AsyncFunction | options |
283
292
  | stt | AsyncFunction | audio, options |
284
293
  | sttGoogle | AsyncFunction | audio, options |
294
+ | sttOpenAI | AsyncFunction | audio, options |
285
295
  | sttWhisper | AsyncFunction | audio, options |
286
296
  | tts | AsyncFunction | text, options |
287
297
  | ttsGoogle | AsyncFunction | text, options |
298
+ | ttsOpenAI | AsyncFunction | input, options |
288
299
  | ttsSay | AsyncFunction | text, options |
289
300
 
290
301
  ### [ssl](./lib/ssl.mjs)