From 3a4acc14017cb81ba1ba4a0217d4b27e41b229b4 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 3 Dec 2025 14:26:12 -0700 Subject: [PATCH] fix(llxprt): set prov to Synthetic --- fish/functions/_synu_agents/llxprt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish/functions/_synu_agents/llxprt.fish b/fish/functions/_synu_agents/llxprt.fish index 3b652b1cf0c046ff31aa518b19d16c73329e5c56..57248205774bb58601496dbcbd57f3b5e03bf8cb 100644 --- a/fish/functions/_synu_agents/llxprt.fish +++ b/fish/functions/_synu_agents/llxprt.fish @@ -41,7 +41,7 @@ end function _synu_agent_llxprt_args --description "Return CLI arguments to pass to llxprt" echo --provider - echo openai + echo Synthetic echo --model echo $_synu_llxprt_selected_model end