Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
繁體中文說明
|
2 |
+
|
3 |
+
本專案提供一個網頁介面,讓你可以透過瀏覽器與本機的 Ollama 模型互動。
|
4 |
+
|
5 |
+
使用方式(Windows)
|
6 |
+
1. 先執行 start_ollama.bat
|
7 |
+
• 此步驟會啟動 Ollama 並允許瀏覽器存取 API。
|
8 |
+
• 若出現防火牆提示,請允許存取。
|
9 |
+
2. 雙擊開啟 tmpgb8mbes5.html
|
10 |
+
• 使用預設瀏覽器開啟網頁。
|
11 |
+
• 即可列出本機已有的模型,選擇後進行提示查詢與生成內容。
|
12 |
+
|
13 |
+
若需從手機或其他裝置存取此網頁,請將 bat 檔中的 127.0.0.1 改為電腦的實際 IP,例如 192.168.1.xxx,並確保手機與電腦連在同一個 Wi-Fi。
|
14 |
+
|
15 |
+
⸻
|
16 |
+
|
17 |
+
English Instructions
|
18 |
+
|
19 |
+
This project provides a simple web interface to interact with your local Ollama models via browser.
|
20 |
+
|
21 |
+
How to Use (Windows)
|
22 |
+
1. Run start_ollama.bat first
|
23 |
+
• This starts the Ollama server and allows CORS access from the browser.
|
24 |
+
• If prompted by the firewall, allow access.
|
25 |
+
2. Double-click tmpgb8mbes5.html
|
26 |
+
• Opens the interface in your default browser.
|
27 |
+
• You will see a list of installed models and can query them or generate content.
|
28 |
+
|
29 |
+
If you want to access this page from your phone or another device, edit the .bat file and replace 127.0.0.1 with your computer’s local IP (e.g., 192.168.1.xxx). Make sure both devices are on the same Wi-Fi network.
|