-
Hi, the configuration page lists azure as a supported llm but there isn't any examples of how to configure azure in the config.yml file, I've been attempting but keep getting a resource not found error. Has anyone managed to implement Azure with NeMo? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @Jamewsss , here is an example on using Azure OpenAI: However a small number of rails, e.g. SelfCheck hallucination rail, only work with OpenAI models from langchain. As far as you don't have to use these rails, this solution should work. Can you check it and let us know? |
Beta Was this translation helpful? Give feedback.
-
Hi @trebedea thank you for sharing this, this method worked for me using the Output rails. |
Beta Was this translation helpful? Give feedback.
-
This MR is to be merged today which makes using Azure OpenAI even easier: #242 |
Beta Was this translation helpful? Give feedback.
Hi @Jamewsss , here is an example on using Azure OpenAI:
#72
However a small number of rails, e.g. SelfCheck hallucination rail, only work with OpenAI models from langchain. As far as you don't have to use these rails, this solution should work. Can you check it and let us know?