NeMo-Guardrails
NeMo-Guardrails copied to clipboard
Azure GPT models not working
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.