NeMo-Guardrails icon indicating copy to clipboard operation
NeMo-Guardrails copied to clipboard

Azure GPT models not working

Open venkatesh3893 opened this issue 1 year ago • 3 comments

I am trying to establish guardrails setup for Azure OpenAI models. I have used the below configuration in config.yaml.

models: -type: main engine: azure model: gpt-4 parameters: azure_endpoint: "" api_version: "2023-07-01-preview" openai_api_version: "2023-07-01-preview" deployment_name: gpt-4 api_key:""

I have tried multiple combinations and it just didnt work and no error was thrown.

venkatesh3893 avatar Jul 01 '24 10:07 venkatesh3893