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
Copy file name to clipboardExpand all lines: README.md
+33-33Lines changed: 33 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,26 @@
4
4
5
5
## Overview
6
6
The biggest differentiating capability of Libra.app compared to other AI Agent products is **localization**. The specific features and dependencies are as follows:
7
-
***Local Mode**: All chats are sent to the local model, requiring the download of a low-bit LLM model optimized for macOS by GreenBitAI, approximately `2.5GB`.
7
+
***Chat Mode**: All chats are sent to the local model, requiring the download of a low-bit LLM model optimized for macOS by GreenBitAI, approximately `2.5GB`.
8
8
***Enhanced Mode**: Capable of autonomously performing complex tasks such as file searching, web browsing, programming, charting, and report generation. To better protect user's local data and environment, these operations run in an isolated container environment, requiring the download of a container runtime environment, approximately `1GB` in size.
9
9
10
10
## FAQ
11
11
12
-
### Network Proxy Configuration During Initialization
12
+
### Notes on Starting Libra.app
13
13
14
-
If you are in one of the following situations, you may need to configure a proxy to ensure that the local model, Enhanced mode, and local upload of documents in formats such as pdf, docx, xlsx can work properly:
15
-
* Corporate intranet
16
-
* Mainland China
14
+
* When starting Libra.app for the first time, it will need to download the model, Agent runtime environment dependencies, etc. These are completed automatically during the startup process and do not require manual configuration by default.
15
+
* Currently, the download of these dependencies comes with global CDN acceleration, so you do not need to use any VPN proxy software to make it work.
16
+
* It is also recommended not to enable any VPN proxy, as this may affect the normal operation of Libra.app.
17
+
* If you encounter similar abnormal situations as described below, you can try to resolve them yourself according to the FAQ instructions, or try to contact the Libra.app technical team via Slack, GitHub, email, etc. for support.
17
18
18
-
Configure your proxy software to use global proxy mode, or add the following network addresses to the proxy whitelist rules:
19
-
* huggingface.co
20
-
* ghcr.io
21
-
* docker.io
22
19
23
-
After configuring the proxy, restart `Libra.app` and wait about 10 minutes (readiness time depends on your network). You can confirm whether the above issues exist through the Libra.app interface, or verify more specifically by executing the following commands in the macOS `Terminal` app.
24
20
25
-
After initialization is complete, it is recommended to disable the proxy.
21
+
## Issue Descriptions
26
22
27
-
> Note: Some proxy software has features like "virtual network card" or "TUN" mode. These modes need to be disabled when using Libra.
23
+
### Local Mode Cannot Be Used
24
+
Error message: `Loading Local Model`
25
+
26
+

28
27
29
28
* Confirm if the local model has been downloaded:
30
29
```
@@ -36,43 +35,44 @@ If you see the following content, it indicates the local model has been download
Before starting, make sure that the relevant VPN proxy software does not have TUN mode or global mode enabled. This may affect the internal process communication of Libra.app.
39
39
40
-
* Confirm if the container runtime environment is ready:
If you see the following content, it indicates proper initialization:
46
-
```
47
-
REPOSITORY TAG IMAGE ID CREATED PLATFORM SIZE BLOB SIZE
48
-
ghcr.io/greenbitai/libra-runner v0.6.3 59727661d104 2 days ago linux/arm64 1.781GB 565.6MB
49
-
mcp/markitdown latest ac2cdd96f844 10 days ago linux/arm64 982.2MB 353.9MB
50
-
```
40
+
Or you need to manually configure `localhost`, `127.0.0.1` outside the rules in your VPN software.
51
41
42
+
If you find that the local model still has not started, you can try restarting Libra.app and wait, and check whether the model has been downloaded correctly.
52
43
44
+
Alternatively, you can execute the following command to manually download the model:
0 commit comments