mhndayesh commited on
Commit
bf91727
·
verified ·
1 Parent(s): 2005354

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -105,6 +105,10 @@
105
  <label>OpenRouter API Key</label>
106
  <input type="password" id="api-key-input" placeholder="sk-or-v1-...">
107
  </div>
 
 
 
 
108
  <div class="settings-group">
109
  <label>LLM Model</label>
110
  <input type="text" id="llm-model-input" placeholder="openai/gpt-4o-mini" value="openai/gpt-4o-mini">
 
105
  <label>OpenRouter API Key</label>
106
  <input type="password" id="api-key-input" placeholder="sk-or-v1-...">
107
  </div>
108
+ <div class="settings-group">
109
+ <label>Memory Namespace / ID</label>
110
+ <input type="text" id="user-id-input" placeholder="e.g. personal_research" value="default_user">
111
+ </div>
112
  <div class="settings-group">
113
  <label>LLM Model</label>
114
  <input type="text" id="llm-model-input" placeholder="openai/gpt-4o-mini" value="openai/gpt-4o-mini">