ansumanparija007

Results 6 comments of ansumanparija007

@tanujjain @chilicrabcakes facing a similar issue while trying to work with guardrails . Parameter temperature does not exist for NoneType Error 'NoneType' object has no attribute 'agenerate_prompt' while execution check_jailbreak...

Hi @drazvan i am try in to use the following config to connect to azure open ai- chat_model = AzureChatOpenAI( openai_api_type="azure", openai_api_version="2023-03-15-preview", openai_api_key=azure_openai_key, deployment_name=azure_openai_model, openai_api_base=azure_openai_endpoint ) app = LLMRails(config=config, llm=chat_model)...

any luck with this @drazvan ?

Yeah chat_model works fine .but while working with guardrails following error is thrown - Parameter temperature does not exist for NoneType Error 'NoneType' object has no attribute 'agenerate_prompt' while execution...

thanks @drazvan this error is gone.ll try to play with it and let you know ..

Hi @drazvan while running hallucination cheack it says **Hallucination rail can only be used with OpenAI LLM engines.Current LLM engine is AzureChatOpenAI.** Any ETA when it will be supported for...