added proxy
This commit is contained in:
+1
-1
@@ -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} указаний`);
|
||||
|
||||
Reference in New Issue
Block a user