You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename "API Keys" settings page to "Models" (#1199)
Rename the provider credentials settings area from "API Keys" to "Models":
- Route: /settings/api-keys -> /settings/models with a permanent redirect
- UI copy: page title, description, and learn-more now use "Models" wording
- i18n: updated display values across all 14 locales (key names unchanged)
- Internal links: sidebar, setup banner, and command palette point to /settings/models
- Docs: "Settings → API Keys" references updated to "Settings → Models"
Co-Authored-By: Claude <noreply@anthropic.com>
@@ -59,14 +59,14 @@ Then configure your AI provider:
59
59
2. Search "Open Notebook"
60
60
3. Set environment variables (at minimum: `OPEN_NOTEBOOK_ENCRYPTION_KEY`)
61
61
4. Click "Deploy"
62
-
5. Open the app → Go to **Settings → API Keys** to configure your AI provider
62
+
5. Open the app → Go to **Settings → Models** to configure your AI provider
63
63
64
64
**Railway:**
65
65
1. Create new project
66
66
2. Add `lfnovo/open_notebook:v1-latest-single`
67
67
3. Set environment variables (at minimum: `OPEN_NOTEBOOK_ENCRYPTION_KEY`)
68
68
4. Deploy
69
-
5. Open the app → Go to **Settings → API Keys** to configure your AI provider
69
+
5. Open the app → Go to **Settings → Models** to configure your AI provider
70
70
71
71
**Render:**
72
72
1. Create new Web Service
@@ -104,7 +104,7 @@ Open Notebook ships an EasyPanel template at [`examples/easypanel/`](https://git
104
104
-**One-click (recommended):** once the template is published to the official [EasyPanel template gallery](https://github.com/easypanel-io/templates), create a new service from "Open Notebook", set an app password (or leave it blank to auto-generate one), and deploy.
105
105
-**Manual:** copy `examples/easypanel/` into `templates/open-notebook` in a checkout of [`easypanel-io/templates`](https://github.com/easypanel-io/templates), run the templates playground (`npm run dev`), and create the template from the generated JSON in your EasyPanel instance.
106
106
107
-
After deployment, open the EasyPanel domain and configure your AI provider in **Settings → API Keys**. See [`examples/easypanel/README.md`](https://github.com/lfnovo/open-notebook/blob/main/examples/easypanel/README.md) for details.
107
+
After deployment, open the EasyPanel domain and configure your AI provider in **Settings → Models**. See [`examples/easypanel/README.md`](https://github.com/lfnovo/open-notebook/blob/main/examples/easypanel/README.md) for details.
108
108
109
109
---
110
110
@@ -120,7 +120,7 @@ After deployment, open the EasyPanel domain and configure your AI provider in **
0 commit comments