mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-25 18:55:19 +02:00
removed temperature from agents to support gpt 5
This commit is contained in:
parent
7d70ff8fd2
commit
114b4f453a
1 changed files with 1 additions and 5 deletions
|
|
@ -154,11 +154,7 @@ ${CHILD_TRANSFER_RELATED_INSTRUCTIONS}
|
||||||
name: config.name,
|
name: config.name,
|
||||||
instructions: sanitized,
|
instructions: sanitized,
|
||||||
tools: agentTools,
|
tools: agentTools,
|
||||||
model: aisdk(openai(config.model)),
|
model: aisdk(openai(config.model))
|
||||||
// model: config.model,
|
|
||||||
modelSettings: {
|
|
||||||
temperature: 0.0,
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
agentLogger.log(`created agent`);
|
agentLogger.log(`created agent`);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue