Skip to content

Releases: muna-ai/muna-js

Muna 0.0.50

Choose a tag to compare

@olokobayusuf olokobayusuf released this 14 Oct 20:18
  • 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

Choose a tag to compare

@olokobayusuf olokobayusuf released this 25 Sep 16:35
  • Refactored muna.beta.chat OpenAI chat service to muna.beta.openai.chat.
  • Upgraded to Function C 0.0.38.

Muna 0.0.48

Choose a tag to compare

@olokobayusuf olokobayusuf released this 11 Aug 22:30
  • Fixed muna.predictions.create error when an input value is a boolean, boolean[] or BoolArray.

Muna 0.0.47

Choose a tag to compare

@olokobayusuf olokobayusuf released this 11 Aug 21:50
  • Added muna.beta.chat.completions.create method to create chat completions mirroring the OpenAI client.

Muna 0.0.46

Choose a tag to compare

@olokobayusuf olokobayusuf released this 08 Aug 02:22
  • Function is now Muna!

Muna 0.0.44

Choose a tag to compare

@olokobayusuf olokobayusuf released this 30 Apr 20:30
  • Refactored AccessMode type to PredictorAccess.
  • Removed INVALID predictor status.
  • Removed Predictor.predictions field.
  • Removed Predictor.error field.
  • Upgraded to Function C 0.0.35.

Function 0.0.43

Choose a tag to compare

@olokobayusuf olokobayusuf released this 12 Feb 20:58
  • Refactored PROVISIONING predictor status to COMPILING.
  • Removed Parameter.defaultValue field.
  • Upgraded to Function C 0.0.34 in the browser.

Function 0.0.42

Choose a tag to compare

@olokobayusuf olokobayusuf released this 19 Jan 15:56
  • Added fxn.beta.predictions.remote.create method for creating predictions on remote GPU servers.
  • Updated to Function C 0.0.34.

Function 0.0.41

Choose a tag to compare

@olokobayusuf olokobayusuf released this 18 Sep 14:22
  • Fixed Function client not detecting FXN_ACCESS_KEY environment variable.
  • Fixed Function client not detecting FXN_API_URL environment variable.
  • Removed PREDICTION_FIELDS constant.

Function 0.0.40

Choose a tag to compare

@olokobayusuf olokobayusuf released this 29 Aug 22:52
  • Function now supports Linux, across x86_64 and arm64 architectures.