Need help upgrading AINewsLetter to gpt-40-mini
Hey everyone I am new to programming and have been following along with Brandon's updated crewai video where he creates an AInewsletter with hierarchical tasks. I got it working fine with gpt-4 but when I try to use gpt-4o-min it gives me this: (KeyError('Could not automatically map gpt-4o-mini to a tokeniser. Please use tiktoken.get_encoding to explicitly get the tokeniser you expect.')). Anyone run into this?