Jamie Broomall
Jamie Broomall
Hi @rajib76! Thanks for opening an issue. Are you looking for support of an Azure OpenAI deployed LLM in LangKit's [OpenAIDefault ](https://github.com/whylabs/langkit/blob/main/langkit/openai/openai.py#L130) kind of thing like we do in the...
Ok, working on it. If you want to try an initial dev build: `pip install langkit==0.0.26.dev0` New class and usage looks like this: ``` from langkit import response_hallucination from langkit.openai...
Good suggestion on adding this question to our FAQ! Perhaps the important distinction to make here is that you don't need to use WhyLabs when using LangKit + whylogs. LangKit...