Find answers from the community

Updated 7 months ago

found it, there is a param callaed llm

At a glance

The post indicates that there is a parameter called llm where a model can be passed. One of the community members suggests that the default llm can also be changed globally using the Settings class from the llama_index.core module. Another community member simply responds with "Thanks".

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