Spaces:
Running
Running
Update index.html
Browse files- 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">
|