mirror of
https://github.com/harivansh-afk/clanker-agent.git
synced 2026-04-18 07:01:30 +00:00
fix
This commit is contained in:
parent
5fe8f493b9
commit
f0e5e26aac
1 changed files with 2 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ export default function (pi: ExtensionAPI) {
|
|||
"Initial prompt",
|
||||
);
|
||||
|
||||
const piBinary = process.argv[1] ? `node ${process.argv[1]}` : "pi";
|
||||
const piBinary = "pi";
|
||||
let piCmd = piBinary;
|
||||
|
||||
if (chosenModel) {
|
||||
|
|
@ -469,7 +469,7 @@ export default function (pi: ExtensionAPI) {
|
|||
|
||||
const teamConfig = await teams.readConfig(safeTeamName);
|
||||
const cwd = params.cwd || process.cwd();
|
||||
const piBinary = process.argv[1] ? `node ${process.argv[1]}` : "pi";
|
||||
const piBinary = "pi";
|
||||
let piCmd = piBinary;
|
||||
if (teamConfig.defaultModel) {
|
||||
// Use the combined --model provider/model format
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue