I'm doing a chat. I hit a problem, too many tokens sent to openai.
OK, I want to lower the max context tokens.
Another problem, when I do this, this apparently stops meilisearch from doing its thing. When I mention names from the past, the model can't recall the details.
What I want to do specifically is limit the number of messages sent back by default, while leaving room for meilisearch to inject its results into the prompt.
Not sure what to do here.