Skip to content

Commit 9463168

Browse files
lfnovoclaude
andcommitted
docs: fix remaining multi-step "Settings → Models" instructions
Addresses cubic P2s on #1330: two sections spelled the old path out as separate steps ("Click Settings… Select Models tab"), plus a few shorthand "in Settings" mentions that refer to the Models page. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012heLWVTmopC5FkipUgnvsN
1 parent 9c11804 commit 9463168

7 files changed

Lines changed: 10 additions & 11 deletions

File tree

docs/0-START-HERE/quick-start-cloud.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ Your provider's models are now available!
103103

104104
## Step 5: Configure Your Model (1 min)
105105

106-
1. Go to **Settings** (gear icon)
107-
2. Navigate to **Models**
108-
3. Select your provider's model:
106+
1. In the sidebar, open **Manage****Models**
107+
2. Select your provider's model:
109108

110109
| Provider | Recommended Model | Notes |
111110
|----------|-------------------|-------|

docs/1-INSTALLATION/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Before installing, you'll need:
124124

125125
Once you're up and running:
126126

127-
1. **Configure Models** - Choose your AI provider in Settings
127+
1. **Configure Models** - Choose your AI provider in Manage → Models
128128
2. **Create First Notebook** - Start organizing research
129129
3. **Add Sources** - PDFs, web links, documents
130130
4. **Explore Features** - Chat, search, transformations

docs/1-INSTALLATION/windows-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ GOOGLE_API_KEY=your-key-here
228228

229229
## Available AI Models
230230

231-
Once running, add models in Settings. Common model names:
231+
Once running, add models in Manage → Models. Common model names:
232232

233233
| Provider | Models |
234234
| --------- | ------------------------------------------------------------ |

docs/3-USER-GUIDE/api-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ API keys stored in the database are encrypted using Fernet (AES-128-CBC + HMAC-S
7070
7171
## Accessing Credential Configuration
7272
73-
1. Click **Settings** in the navigation bar
74-
2. Select **Models** tab
73+
1. In the sidebar, find the **Manage** section
74+
2. Click **Models**
7575
3. You'll see existing credentials and an **Add Credential** button
7676
7777
```

docs/5-CONFIGURATION/ai-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Heavy use: $50-100+/month
6161
```
6262

6363
**Troubleshooting:**
64-
- "Invalid API key" → Check key starts with "sk-proj-" and test the connection in Settings
64+
- "Invalid API key" → Check key starts with "sk-proj-" and test the connection in Manage → Models
6565
- "Rate limit exceeded" → Wait or upgrade account
6666
- "Model not available" → Try gpt-4o-mini instead, or re-discover models
6767

@@ -109,7 +109,7 @@ Opus: $10-50+/month
109109
- Fast processing
110110

111111
**Troubleshooting:**
112-
- "Invalid API key" → Check it starts with "sk-ant-" and test in Settings
112+
- "Invalid API key" → Check it starts with "sk-ant-" and test in Manage → Models
113113
- "Overloaded" → Anthropic is busy, retry later
114114
- "Model unavailable" → Re-discover models from the credential
115115

docs/5-CONFIGURATION/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Three things:
2323
- **Google Gemini** (multi-modal, long context)
2424
- **Groq** (ultra-fast inference)
2525

26-
Setup: Get API key → Add credential in Settings UI → Done
26+
Setup: Get API key → Add credential in Manage → Models → Done
2727

2828
→ Go to **[AI Providers Guide](ai-providers.md)**
2929

docs/5-CONFIGURATION/openai-compatible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Open Notebook can connect to any server using this format.
4141
3. Download a model (e.g., Llama 3)
4242
4. Start the local server (default: port 1234)
4343

44-
### Step 2: Configure in Settings UI (Recommended)
44+
### Step 2: Configure in Manage → Models (Recommended)
4545

4646
1. Go to **Manage****Models**
4747
2. Click **Add Credential** → Select **OpenAI-Compatible**

0 commit comments

Comments
 (0)