Package updates and minor fixes

This commit is contained in:
Scott Idem
2025-09-11 19:01:59 -04:00
parent b78cb8eac2
commit 01273c3c4d
4 changed files with 659 additions and 683 deletions

View File

@@ -33,6 +33,9 @@ let journals_local_data_struct: key_val = {
entry_view_history_kv: {}, // Keyed by journal_entry_id for quick lookup.
entry_view_history_max: 15, // Maximum number of journal entries to keep in history.
// llm_api_base_url: 'https://ai.dgrzone.com/api',
// llm_api_model: 'dgrzone-deepseek-8b-quick',
journal: {
edit: false,
edit_kv: {},