Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Commit 78ae5cc

Browse files
authored
Update README.md
1 parent 78105cc commit 78ae5cc

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

+10-18
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This integration does not integrate with [sentence triggers](https://www.home-as
1313

1414
This integration requires an API key to use, [which you can generate here.](https://console.anthropic.com/settings/keys). This is a paid service, we advise you to monitor your costs in the [Anthropic portal](https://console.anthropic.com/settings/cost) closely.
1515

16-
{% include integrations/config_flow.md %}
17-
1816
## Generate an API Key
1917

2018
The Anthropic API key is used to authenticate requests to the Anthropic API. To generate an API key, take the following steps:
@@ -24,23 +22,17 @@ The Anthropic API key is used to authenticate requests to the Anthropic API. To
2422
- Visit the [API Keys page](https://console.anthropic.com/settings/keys) to retrieve the API key you'll use to configure the integration.
2523

2624
## Configuration
27-
Instructions:
28-
description: Instructions for the AI on how it should respond to your requests. It is written using [Home Assistant Templating](https://www.home-assistant.io/docs/configuration/templating/).
29-
30-
Control Home Assistant:
31-
description: If the model is allowed to interact with Home Assistant. It can only control or provide information about entities that are [exposed](https://www.home-assistant.io/voice_control/voice_remote_expose_devices/) to it.
32-
33-
Recommended settings:
34-
description: If enabled, the recommended model and settings are chosen.
25+
|parameter|description|
26+
|---------|-----------|
27+
|Instructions | Instructions for the AI on how it should respond to your requests. It is written using [Home Assistant Templating](https://www.home-assistant.io/docs/configuration/templating/).|
28+
|Control Home Assistant | If the model is allowed to interact with Home Assistant. It can only control or provide information about entities that are [exposed](https://www.home-assistant.io/voice_control/voice_remote_expose_devices/) to it.|
29+
|Recommended settings | If enabled, the recommended model and settings are chosen. |
3530

3631
If you choose not to use the recommended settings, you can configure the following options:
3732

38-
Model:
39-
description: The model that will complete your prompt. See [models](https://docs.anthropic.com/en/docs/about-claude/models#model-names) for additional details and options.
40-
41-
Maximum Tokens to Return in Response:
42-
description: The maximum number of tokens to generate before stopping. Note that our models may stop _before_ reaching this maximum. This parameter only specifies the absolute maximum number of tokens to generate. Different models have different maximum values for this parameter. See [models](https://docs.anthropic.com/en/docs/models-overview) for details.
43-
44-
Temperature:
45-
description: Amount of randomness injected into the response. Use `temperature` closer to `0.0` for analytical / multiple choice, and closer to `1.0` for creative and generative tasks. Note that even with `temperature` of `0.0`, the results will not be fully deterministic.
33+
|parameter|description|
34+
|---------|-----------|
35+
| Model | The model that will complete your prompt. See [models](https://docs.anthropic.com/en/docs/about-claude/models#model-names) for additional details and options. |
36+
| Maximum Tokens to Return in Response | The maximum number of tokens to generate before stopping. Note that our models may stop _before_ reaching this maximum. This parameter only specifies the absolute maximum number of tokens to generate. Different models have different maximum values for this parameter. See [models](https://docs.anthropic.com/en/docs/models-overview) for details. |
37+
| Temperature | Amount of randomness injected into the response. Use `temperature` closer to `0.0` for analytical / multiple choice, and closer to `1.0` for creative and generative tasks. Note that even with `temperature` of `0.0`, the results will not be fully deterministic. |
4638

0 commit comments

Comments
 (0)