Releases: muna-ai/muna-js
Releases · muna-ai/muna-js
Release list
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
Muna 0.0.44
- Refactored
AccessModetype toPredictorAccess. - Removed
INVALIDpredictor status. - Removed
Predictor.predictionsfield. - Removed
Predictor.errorfield. - Upgraded to Function C 0.0.35.
Function 0.0.43
- Refactored
PROVISIONINGpredictor status toCOMPILING. - Removed
Parameter.defaultValuefield. - Upgraded to Function C 0.0.34 in the browser.
Function 0.0.42
- Added
fxn.beta.predictions.remote.createmethod for creating predictions on remote GPU servers. - Updated to Function C 0.0.34.
Function 0.0.41
- Fixed
Functionclient not detectingFXN_ACCESS_KEYenvironment variable. - Fixed
Functionclient not detectingFXN_API_URLenvironment variable. - Removed
PREDICTION_FIELDSconstant.
Function 0.0.40
- Function now supports Linux, across
x86_64andarm64architectures.