added proxy

This commit is contained in:
2026-07-07 10:51:16 +03:00
parent d793ea90ba
commit b10ed102aa
6 changed files with 192 additions and 49 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ function showNarratorActivityHint(wrapper, meta) {
wrapper.querySelector('.narrator-activity-hint')?.remove();
const parts = [];
if (meta.post_ok === false && meta.pre_ok === false) {
parts.push('⚠️ Narrator LLM не ответил — проверьте ROUTER_KEY / RPG_NARRATOR_MODEL');
parts.push('⚠️ Narrator LLM не ответил — проверьте LLM_API_KEY / RPG_NARRATOR_MODEL');
} else {
if (meta.dice) parts.push('🎲 бросок');
if (meta.directives_count > 0) parts.push(`📋 ${meta.directives_count} указаний`);