Find answers from the community

Updated 4 months ago

found it, there is a param callaed llm

found it, there is a param callaed llm where you can pass model
L
k
2 comments
You can also change the default globally

Plain Text
from llama_index.core import Settings

Settings.llm = Ollama(...)
Add a reply
Sign up and join the conversation on Discord