You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2024. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+10-18
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,6 @@ This integration does not integrate with [sentence triggers](https://www.home-as
13
13
14
14
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.
15
15
16
-
{% include integrations/config_flow.md %}
17
-
18
16
## Generate an API Key
19
17
20
18
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
24
22
- Visit the [API Keys page](https://console.anthropic.com/settings/keys) to retrieve the API key you'll use to configure the integration.
25
23
26
24
## 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. |
35
30
36
31
If you choose not to use the recommended settings, you can configure the following options:
37
32
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. |
0 commit comments