Modify global instruction length limit from 1000 to 10000 or a higher number of characters
I am starting to work with Wren AI and have very long instructions that could be 10000+ characters, beyond the 1k limit currently there. I am on Mac M1 and my setup was very simple:
curl -L https://github.com/Canner/WrenAI/releases/latest/download/wren-launcher-darwin-arm64.tar.gz | tar -xz && ./wren-launcher-darwin-arm64
I would like to be able to set the limit to something very high, and also change the corresponding token limit of the underlying LLMs to a high number. Before switching to Wren AI I was using gpt4o fyi, so I had access to a very large token limit.
I tried looking for the parameter in config.yaml or somewhere in the repo but couldn't find it.
@prannerta100 for instruction token limit, I suggest you put independent instruction in separate instructions. or is that what you already doing and the 1000 char limit is still a burden to you? Also what do you mean by changing the corresponding token limit of the underlying LLMs?