Open PeterTF656 opened 1 year ago
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'
@PeterTF656 , this shouldn't happen, as I looked at the code. Could you check if it is still happening?
using cohere python 4.11.2:
Error: