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
-[1. Install via Browser Stores](#1-install-via-browser-stores)
20
+
-[2. Download from Releases](#2-download-from-releases)
21
+
-[Building](#building)
22
+
-[Linting](#linting)
23
+
-[Installing in browser](#installing-in-browser)
24
+
-[Usage](#usage)
25
+
-[License](#license)
29
26
30
27
<!-- /TOC -->
31
28
@@ -172,7 +169,7 @@ To lint the project, run:
172
169
npm run lint
173
170
```
174
171
175
-
### Installing
172
+
### Installing in browser
176
173
177
174
To install the the compiled extension, for:
178
175
- Chromium based browsers you need to go to
@@ -205,7 +202,7 @@ To install the the compiled extension, for:
205
202
- Click “Show ScribePal chat” in the popup or press Ctrl+Shift+Y.
206
203
- A responsive, draggable chat box will open on the active webpage.
207
204
- Use the chat interface to send messages to the Ollama AI service, review conversation history, and manage models.
208
-
- Additional features include capturing selected HTML content (that can be referenced in the discussion with `@captured-text` tag), capturing an image of an area on the page (that can be referenced in the discussion with `@captured-image` tag) and customizing prompts (to instruct the loaded model on how to answer).
205
+
- Additional features include capturing selected HTML content (that can be referenced in the discussion with `@captured-text` tag), capturing an image of an area on the page (that can be referenced in the discussion with `@captured-image` tag) for VISION LLMs, and customizing prompts (to instruct the loaded model on how to answer).
209
206
210
207
4. **Interacting with the Chat:**
211
208
- Type your query in the chat input and press Enter or click the `Send` button.
0 commit comments