I would love to use tiktoken to count how many tokens are in my string, however my pythonanywhere.com app is currently runniny python 3.7 and there are a tonne of things I’d need to do to get 3.8 compatability with all my modules.
So is there any way to get tiktoken working on python 3.7, or can someone suggest an alternative module? I’m using textBlob at the moment, which doesn;t see mto be super accurate for gpt3.5 token counting.
Appreciate any help!
Dale