Skip to content

Releases: muna-ai/muna-js

Muna 0.0.54

13 Mar 03:49

Choose a tag to compare

  • Added muna.beta.openai.audio.transcriptions.create method for using speech-to-text models via our OpenAI-compatible client.
  • Added muna.beta.openai.images.create method for using image generation models via our OpenAI-compatible client.
  • Added Audio type for creating transcriptions from raw PCM audio buffers.
  • Added support for using muna client in web workers.

Muna 0.0.53

24 Feb 00:39

Choose a tag to compare

  • Fixed remote predictions failing due to undefined prediction.

Muna 0.0.52

23 Feb 18:37

Choose a tag to compare

  • Fixed remote predictions resulting in prediction errors.
  • Updated OpenAI client to default to local inference.

Muna 0.0.51

02 Feb 01:25

Choose a tag to compare

  • Added muna.beta.predictions.remote.stream method to stream remote predictions.
  • Added support for aac, flac, mp3, opus, wav response formats in muna.beta.openai.audio.speech.create function.
  • Refactored Acceleration constants to use a local_ prefix.
  • Refactored Parameter.type field to Parameter.dtype.
  • Replaced Parameter.range field with Parameter.min and Parameter.max fields.
  • Removed ParameterDenotation type.
  • Upgraded to Function C 0.0.41.

Muna 0.0.50

14 Oct 20:18

Choose a tag to compare

  • Added muna.beta.openai.embeddings.create method for using text embedding predictors via the OpenAI client.
  • Added muna.beta.openai.audio.speech.create method for using text-to-speech predictors via the OpenAI client.
  • Added Parameter.denotation for inspecting the denotation of predictor parameters (e.g. audio, embeddings).
  • Added Parameter.sampleRate for inspecting the sample rate of predictor audio parameters.

Muna 0.0.49

25 Sep 16:35

Choose a tag to compare

  • Refactored muna.beta.chat OpenAI chat service to muna.beta.openai.chat.
  • Upgraded to Function C 0.0.38.

Muna 0.0.48

11 Aug 22:30

Choose a tag to compare

  • Fixed muna.predictions.create error when an input value is a boolean, boolean[] or BoolArray.

Muna 0.0.47

11 Aug 21:50

Choose a tag to compare

  • Added muna.beta.chat.completions.create method to create chat completions mirroring the OpenAI client.

Muna 0.0.46

08 Aug 02:22

Choose a tag to compare

  • Function is now Muna!

Muna 0.0.44

30 Apr 20:30

Choose a tag to compare

  • Refactored AccessMode type to PredictorAccess.
  • Removed INVALID predictor status.
  • Removed Predictor.predictions field.
  • Removed Predictor.error field.
  • Upgraded to Function C 0.0.35.