From e7d5e626716be2286516d2a7f1d1c00c086e8728 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Wed, 27 Nov 2024 16:43:20 +0300 Subject: [PATCH] YAML configuration explained --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2c651a..1ff81d0 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ sensor: | `temperature` | Float | ❌ | 0.7 | Response creativity level (0.0-2.0) | | `max_tokens` | Integer | ❌ | 1000 | Maximum response length | | `request_interval` | Float | ❌ | 1.0 | Delay between API requests | -| `api_endpoint` | URL | ❌ | Provider default | Custom API endpoint | +| `api_endpoint` | URL | ⚠️ | Provider default | Custom API endpoint | | `system_prompt` | String | ❌ | - | Default context for AI interactions | #### Sensor Configuration