Releases: muna-ai/muna-js
Releases · muna-ai/muna-js
Muna 0.0.54
- Added
muna.beta.openai.audio.transcriptions.createmethod for using speech-to-text models via our OpenAI-compatible client. - Added
muna.beta.openai.images.createmethod for using image generation models via our OpenAI-compatible client. - Added
Audiotype for creating transcriptions from raw PCM audio buffers. - Added support for using
munaclient in web workers.
Muna 0.0.53
- Fixed remote predictions failing due to
undefinedprediction.
Muna 0.0.52
- Fixed remote predictions resulting in prediction errors.
- Updated OpenAI client to default to local inference.
Muna 0.0.51
- Added
muna.beta.predictions.remote.streammethod to stream remote predictions. - Added support for
aac,flac,mp3,opus,wavresponse formats inmuna.beta.openai.audio.speech.createfunction. - Refactored
Accelerationconstants to use alocal_prefix. - Refactored
Parameter.typefield toParameter.dtype. - Replaced
Parameter.rangefield withParameter.minandParameter.maxfields. - Removed
ParameterDenotationtype. - Upgraded to Function C 0.0.41.
Muna 0.0.50
- Added
muna.beta.openai.embeddings.createmethod for using text embedding predictors via the OpenAI client. - Added
muna.beta.openai.audio.speech.createmethod for using text-to-speech predictors via the OpenAI client. - Added
Parameter.denotationfor inspecting the denotation of predictor parameters (e.g. audio, embeddings). - Added
Parameter.sampleRatefor inspecting the sample rate of predictor audio parameters.
Muna 0.0.49
- Refactored
muna.beta.chatOpenAI chat service tomuna.beta.openai.chat. - Upgraded to Function C 0.0.38.
Muna 0.0.48
- Fixed
muna.predictions.createerror when an input value is aboolean,boolean[]orBoolArray.
Muna 0.0.47
- Added
muna.beta.chat.completions.createmethod to create chat completions mirroring the OpenAI client.
Muna 0.0.46
- Function is now Muna!
Muna 0.0.44
- Refactored
AccessModetype toPredictorAccess. - Removed
INVALIDpredictor status. - Removed
Predictor.predictionsfield. - Removed
Predictor.errorfield. - Upgraded to Function C 0.0.35.