Issue - When we are adding max_input_tokens in INIT_MODEL_ENGINE as param we are getting an error "got an unexpected keyword argument 'max_input_tokens'".
Fix - initialized the max_input_tokens in open_ai_tokenizer and poping it from the args before initializing Azureopenai.
Issue - When we are adding max_input_tokens in INIT_MODEL_ENGINE as param we are getting an error "got an unexpected keyword argument 'max_input_tokens'". Fix - initialized the max_input_tokens in open_ai_tokenizer and poping it from the args before initializing Azureopenai.