Skip to content

Commit

Permalink
Merge branch 'dependabot/pip/openai-0.27.6' of https://github.com/jos…
Browse files Browse the repository at this point in the history
…elcaguilar/azure-openai-ha into dependabot/pip/openai-0.27.6
  • Loading branch information
joselcaguilar committed May 3, 2023
2 parents 38b6af4 + 2138e4c commit 6dbd89c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Click on "Options".

Options available:
- **Prompt Template:**
The starting text for the AI language model to generate new text from. This text can include information about your Home Assistant instance, devices, and areas and is written using Home Assistant Templating.
The starting text for the AI language model to generate new text from. This text can include information about your Home Assistant instance, devices, and areas and is written using [Home Assistant Templating](https://www.home-assistant.io/docs/configuration/templating).

- **Completion Model:** The name of the GPT language model deployed for text generation (i.e.- `my-gpt35-model`). You can find more details on the available models in the [Azure OpenAI Documentation](https://learn.microsoft.com/en-us/azure/cognitive-services/openai/concepts/models#finding-what-models-are-available).

Expand All @@ -89,6 +89,10 @@ More languages can be added [here](./custom_components/azure_openai_conversation
Languages available:
- English
- Spanish
- Dutch (credits to: @jobvk)
- French (credits to: @jobvk)
- German (credits to: @jobvk)
- Portuguese (credits to: @ViPeR5000)

## Documentation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"user": {
"data": {
"api_key": "Chave da API",
"api_base": "Base da API no Azure",
"api_base": "Base da API no Azure",
"api_version": "Versão da API"
}
}
Expand Down

0 comments on commit 6dbd89c

Please sign in to comment.