cohere-python
cohere-python copied to clipboard
tokenize() got an unexpected keyword argument 'model'
using cohere python 4.11.2:
response = co.tokenize(
text=text,
model='embed-multilingual-v2.0'
)
print(response.tokens)
Error:
tokenize() got an unexpected keyword argument 'model'