modelfusion icon indicating copy to clipboard operation
modelfusion copied to clipboard

The TypeScript library for building AI applications.

Results 36 modelfusion issues
Sort by recently updated
recently updated
newest added

Adding a completion prompt generator for Llama 3 Added tests for Llama 3 prompt generation Added example CompletionTextGenerator for Llama 3 Also added a chatbot Llama 3 example that works...

Came by your library recently and absolutely love it! I have been using JsPyBridge to use LiteLLM in my OSS project Magick, however it has had some issues and complexities....

In the voice synthesis streaming example, if the ElevenLabs request fails, the browser only gets text-chunk events and is not informed of any errors regarding the speech generation. Ideally the...

Hello! I've been playing around with the interface to Hugging Face and noticed that the parameters are not being passed correctly to my endpoint. This code: ` body: { inputs:...

## Sources: https://bitmovin.com/managed-media-source https://caniuse.com/?search=media%20source (partially supported, is supported fully only in ipadOS) ## Proposal: Since iOS doesn't support Media Source Extensions API (MSE), but supports Managed Media Source API (MMS)....

Add support for gpt-4-turbo model

Contribution suggestion from @lgrammel "Google Gemini exploration (this might be impact API design, so I want to prob do it myself)"

enhancement

I've added some new options to the llama.cpp, but can not pass to the provider, The all providers can not pass custom parameters too. ```ts import { llamacpp, generateText }...

Contribution suggestion from @lgrammel.

enhancement
help wanted

You can build and test the bindings by running the test script. The provider isn't integrated with the bindings yet but I wanted to get feedback on project and build...