fix(llxprt): set prov to Synthetic

Amolith created

Change summary

fish/functions/_synu_agents/llxprt.fish | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

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