Find answers from the community

H
Howie
Offline, last seen 3 months ago
Joined September 25, 2024
Found the solution via the kapa gpt πŸ™‚
from llama_index.core import Settings Settings.context_window = 2048 # Set the context window to your desired value
1 comment
W