-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Description
Really appreciate this awesome open-source project. 👍 👍 👍 Thanks, share the spirit of open-source.
-
多多利用 https://deepwiki.com/Fosowl/agenticSeek
Make good use of https://deepwiki.com/Fosowl/agenticSeek -
完整看完 https://github.com/Fosowl/agenticSeek/blob/main/README_CHT.md
Fully read https://github.com/Fosowl/agenticSeek/blob/main/README_CHT.md -
使用 Gemini-2.5-Pro,自備 API-KEY,config.ini 裡改了
Use Gemini-2.5-Pro with your own API-KEY, modify in config.ini:- provider_name = google ✅
- provider_model = gemini-2.5-pro ✅
-
docker-compose.yml 裡改了
Modify docker-compose.yml:-
frontend:裡的 REACT_APP_BACKEND_URL 改為你網頁連到該機器的 IP:3000 ✅
In frontend:, change REACT_APP_BACKEND_URL to the IP:3000 of the machine your client web page connects to -
試過 localhost (frontend 連不到 backend) 或者 backend:7777 (在網頁端都是 offline 連不到) ✅
Tried localhost (frontend cannot connect to backend) or backend:7777 (always offline on web client)
-
-
在 GCP 上執行 start_services.sh
Run start_services.sh on GCP-
要注意 docker 是否成功跑起來,第一次 backend 會執行較久
Make sure Docker is running successfully, first time backend will take longer -
確認 frontend 跟 backend 是否能互相連到
Confirm frontend and backend can connect to each other
-
-
佈署好後,如果都顯示 offline,記得取消 Chrome 的 設定 -> 隱私權和安全性 -> 安全性 -> 一律使用安全連線 ✅
After deployment, if it still shows offline, remember to disable in Chrome: Settings -> Privacy and security -> Security -> Always use secure connections
