mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-06 13:52:44 +02:00
fix model dropdown
This commit is contained in:
parent
c4aa534825
commit
f84e17f152
3 changed files with 84 additions and 46 deletions
|
|
@ -711,7 +711,7 @@ export async function* streamAgent({
|
|||
? modelConfig.knowledgeGraphModel
|
||||
: modelConfig.model;
|
||||
const model = provider.languageModel(modelId);
|
||||
console.log(`[main] [GraphBuilder] Agent "${state.agentName}" using model: ${modelId}`);
|
||||
logger.log(`using model: ${modelId}`);
|
||||
|
||||
let loopCounter = 0;
|
||||
while (true) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue