Skip to content

Commit

Permalink
Fix mini model endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum-ms committed Feb 1, 2025
1 parent 6a81110 commit b89d974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/packages/agents/spelunker/src/searchCode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function createQueryContext(): QueryContext {
"AnswerSpecs",
);
const miniModel = openai.createChatModel(
"GPT_4_0_MINI",
undefined, // "GPT_4_O_MINI" is slower than default model?!
undefined,
undefined,
["spelunkerMini"],
Expand Down

0 comments on commit b89d974

Please sign in to comment.