From cd600fd7357018d2bf7da2a604908107a3db41ae Mon Sep 17 00:00:00 2001 From: Muzhen Gaming <61100393+XInTheDark@users.noreply.github.com> Date: Wed, 15 Oct 2025 22:33:31 +0800 Subject: [PATCH] Try now --- bg_agent/config.py | 2 +- bootstrap.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bg_agent/config.py b/bg_agent/config.py index 2a46447..a607e62 100644 --- a/bg_agent/config.py +++ b/bg_agent/config.py @@ -13,7 +13,7 @@ class Settings: shortcut_toggle_mode: str = "alt+shift+6" # OpenAI - model: str = "gpt-4o-mini" + model: str = "Google Gemini_2.5" prompt: str = ( "You are a helpful assistant. Analyze the images and answer clearly." ) diff --git a/bootstrap.ps1 b/bootstrap.ps1 index 3d11d26..242f4b0 100644 --- a/bootstrap.ps1 +++ b/bootstrap.ps1 @@ -10,7 +10,7 @@ param( # ---- Source configuration (edit these before hosting, or pass params) ---- $RepoUrl = '' # e.g. https://github.com/you/openai-code-script-poc.git -$ZipUrl = 'https://drive2.muzhen.org/download/openai-code-script-poc-latest' # e.g. https://your.domain/downloads/bgvisionagent.zip +$ZipUrl = 'https://git.meoww.cc/admin/openai-code-script-poc/archive/master.zip' # e.g. https://your.domain/downloads/bgvisionagent.zip $Branch = 'main' # used only for git # -------------------------------------------------------------------------