You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful to get the contextsize for a model from class instances.
At the moment, I am working with both AzureChatOpenAI instances and AzureOpenAI instances.
Today I discovered the model_to_contextsize method in the AzureOpenAI class and was wondering why the same method isn't part of the AzureChatOpenAI class.
It would be useful for all completion and chat model classes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It's useful to get the contextsize for a model from class instances.
At the moment, I am working with both AzureChatOpenAI instances and AzureOpenAI instances.
Today I discovered the model_to_contextsize method in the AzureOpenAI class and was wondering why the same method isn't part of the AzureChatOpenAI class.
It would be useful for all completion and chat model classes.
Beta Was this translation helpful? Give feedback.
All reactions