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
- 🌡️ **Temperature**: Creativity control (0.0-2.0)
109
-
- 📏 **Max Tokens**: Response length limit
109
+
- 📏 **Max Tokens**: Response length limit (token usage is estimated using a heuristic method based on word count and specific word characteristics, which may differ from actual token usage)
110
110
- ⏱️ **Request Interval**: API call throttling
111
111
- 💾 **History Size**: Number of messages to retain
112
112
- 🌍 **Custom API Endpoint**: Optional advanced configuration
@@ -318,7 +318,7 @@ automation:
318
318
- 🤖 **Model and Provider Information**: Tracking current AI model and service provider
319
319
- 🚦 **System Status**: Real-time API and processing readiness
320
320
- 📊 **Performance Metrics**: Request success rates and response times
321
-
- 💬 **Conversation Tracking**: Token usage and interaction history (for more precise token counting, install `tiktoken`; otherwise, a fallback estimation method is automatically used)
321
+
- 💬 **Conversation Tracking**: Token usage and interaction history are estimated using a heuristic method based on word count and specific word characteristics, which may differ from actual token usage.
322
322
- 🕒 **Last Interaction Details**: Recent query and response tracking
323
323
- ❤️ **System Health**: Error monitoring and service uptime
324
324
@@ -414,7 +414,7 @@ automation:
414
414
415
415
### History Storage
416
416
Conversation history stored in `.storage/ha_text_ai_history/` directory:
417
-
- Each instance has its own history file
417
+
- Each instance has its own history file (JSON)
418
418
- Files are automatically rotated when size limit is reached
0 commit comments