Skip to content

Commit 2c5ada1

Browse files
authored
Merge pull request #441 from n4ze3m/next
v1.5.2
2 parents d67030f + 5af5362 commit 2c5ada1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+632
-231
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
# Page Assist
1+
<p align="center">
2+
<h1 align="center">Page Assist</h1>
3+
</p>
4+
5+
6+
<p align="center">
7+
<a href="https://discord.gg/bu54382uBd" aria-label="Join dialoqbase #welcome"><img src="https://img.shields.io/badge/discord-join%20chat-blue.svg" alt="Join dialoqbase #welcome"></a> <a href="https://twitter.com/page_assist" aria-label="Follow @page_assist on Twitter"><img src="https://img.shields.io/twitter/follow/page_assist?style=social" alt="Follow @page_assist on Twitter"></a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://docs.pageassist.xyz">
12+
Documentation
13+
</a>
14+
15+
</p>
216

3-
[![Join dialoqbase #welcome](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/bu54382uBd)
4-
[![Twitter Follow](https://img.shields.io/twitter/follow/page_assist?style=social)](https://twitter.com/page_assist)
517

618
Page Assist is an open-source browser extension that provides a sidebar and web UI for your local AI model. It allows you to interact with your model from any webpage.
19+
720
## Installation
821

922
Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.
@@ -12,7 +25,6 @@ Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as we
1225
[![Firefox Add-on](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/get-the-addon.png)](https://addons.mozilla.org/en-US/firefox/addon/page-assist/)
1326
[![Edge Add-on](https://pub-35424b4473484be483c0afa08c69e7da.r2.dev/edge-addon.png)](https://microsoftedge.microsoft.com/addons/detail/page-assist-a-web-ui-fo/ogkogooadflifpmmidmhjedogicnhooa)
1427

15-
1628
Checkout the Demo (v1.0.0):
1729

1830
<div align="center">

bun.lockb

45.5 KB
Binary file not shown.

docs/providers/llamacpp.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# LLaMA.cpp
2+
3+
Page Assist supports LLaMA.cpp API endpoints. You can use any LLaMA.cpp API endpoint with Page Assist.
4+
5+
## Adding LLaMA.cpp API
6+
7+
1. Click on the Page Assist icon on the browser toolbar.
8+
9+
2. Click on the `Settings` icon.
10+
11+
3. Go to the `OpenAI Compatible API` tab.
12+
13+
4. Click on the `Add Provider` button.
14+
15+
5. Select `LLaMA.cpp` from the dropdown.
16+
17+
6. Enter the `LLaMA.cpp URL`. (by default it is `http://localhost:8080/v1`)
18+
19+
7. Click on the `Save` button.
20+
21+
22+
::: info
23+
You don't need to add any models since Page Assist will automatically fetch them from the LLaMA.cpp instance you have configured.
24+
25+
The model must be loaded in LLaMA.cpp before Page Assist can fetch it.
26+
:::

docs/providers/openai.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Page Assist supports OpenAI Compatible API endpoints. You can use any OpenAI Com
55
By default, Page Assist supports the following OpenAI Compatible API endpoints:
66

77
- OpenAI
8+
- LLaMA.cpp
89
- LM Studio
910
- Ollama
1011
- Llamafile

src/assets/locale/ar/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "تمكين وضع الشاشة العريضة"
47+
},
48+
"openReasoning": {
49+
"label": "فتح التفكير المنطقي بشكل افتراضي"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/da/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
},
4242
"wideMode": {
4343
"label": "Aktivér bredskærm tilstand"
44+
},
45+
"openReasoning": {
46+
"label": "Åbn Ræsonnement Sammenfoldet som standard"
4447
}
4548
},
4649
"sidepanelRag": {

src/assets/locale/de/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Breitbildmodus aktivieren"
47+
},
48+
"openReasoning": {
49+
"label": "Offene Argumentation standardmäßig eingeklappt"
4750
}
4851
},
4952
"sidepanelRag": {

src/assets/locale/en/common.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,6 @@
156156
"reasoning": {
157157
"thinking": "Thinking....",
158158
"thought": "Thought for {{time}}"
159-
}
159+
},
160+
"mermaid": "Mermaid"
160161
}

src/assets/locale/en/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Enable wide screen mode"
47+
},
48+
"openReasoning": {
49+
"label": "Open Reasoning Collapse by default"
4750
}
4851
},
4952
"sidepanelRag": {
@@ -385,5 +388,6 @@
385388
},
386389
"chromeAiSettings": {
387390
"title": "Chrome AI Settings"
388-
}
391+
},
392+
"mermaid": "Mermaid"
389393
}

src/assets/locale/es/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
"wideMode": {
4646
"label": "Habilitar modo pantalla ancha"
47+
},
48+
"openReasoning": {
49+
"label": "Abrir el Razonamiento Colapsado por defecto"
4750
}
4851
},
4952
"sidepanelRag": {

0 commit comments

Comments
 (0)