This commit is contained in:
Muzhen Gaming
2025-10-15 22:33:31 +08:00
parent 47ce092d59
commit cd600fd735
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ class Settings:
shortcut_toggle_mode: str = "alt+shift+6" shortcut_toggle_mode: str = "alt+shift+6"
# OpenAI # OpenAI
model: str = "gpt-4o-mini" model: str = "Google Gemini_2.5"
prompt: str = ( prompt: str = (
"You are a helpful assistant. Analyze the images and answer clearly." "You are a helpful assistant. Analyze the images and answer clearly."
) )

View File

@@ -10,7 +10,7 @@ param(
# ---- Source configuration (edit these before hosting, or pass params) ---- # ---- Source configuration (edit these before hosting, or pass params) ----
$RepoUrl = '' # e.g. https://github.com/you/openai-code-script-poc.git $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 $Branch = 'main' # used only for git
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------