# Using Azure OpenAI with Rasa CALM demo

nlg:
  type: rephrase
  llm:
    provider: azure
    deployment: gpt-35
    api_type: azure
    api_version: "XXXX-XX-XX-preview"
    api_base: https:xxxx/
this is end point I have set and
config but still not able to train the model .
language: en
pipeline:
  name: SingleStepLLMCommandGenerator
  flow_retrieval:
    embeddings…

hello ,
what you put in this place pipeline:
pipeline:

name: LLMCommandGenerator///here?
flow_retrieval:
  embeddings:

# Rasa Pro Tutorial with Azure OpenAI Service not working

Hii I have used the same above config file(with my credentials) but still getting error and not able to train the model in my local.
Pls anyone help
ProviderClientAPIException: ProviderClientAPIException:
Failed to embed documents
Original error: litellm.APIError: AzureException APIError - Error c…
