Mukul Sharma

Results 3 comments of Mukul Sharma

I guess the solution provided won't work if using AzureChatOpenAI(`from langchain_openai.chat_models import AzureChatOpenAI`). 1. if we pass `temperature ` as `None` -> AzureChatOpenAI throws error ('temperature' must be valid float)...

Quick fix - _.tesla_rasa_eval/lib/python3.11/site-packages/ragas/llms/base.py_ change the 'get_temperature' function - ``` def get_temperature(self, n: int) -> float: """Return the temperature to use for completion based on n.""" return 0.3 if n...

Any plan to solve this issue? @jjmachan