e2b-dev / fragments

Open-source Next.js template for building apps that are fully generated by AI. By E2B.
https://fragments.e2b.dev
Apache License 2.0
3.48k stars 455 forks source link

How do i add custom Ollama Models? #56

Closed janisxyz closed 2 months ago

janisxyz commented 2 months ago

I can only use three models, is it possible to use my other local models?

mlejva commented 2 months ago

Hi, check out this section of readme please https://github.com/e2b-dev/ai-artifacts#adding-custom-llm-models

janisxyz commented 2 months ago

Thanks.