Skip to content

Commit

Permalink
Lower tokens vision step
Browse files Browse the repository at this point in the history
  • Loading branch information
francedot committed Mar 3, 2024
1 parent a09c7ec commit c279a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/navaiguide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export class NavAIGuide {
}),
detailLevel: "auto",
responseFormat: "json_object",
maxTokens: 2500,
maxTokens: 1250,
temperature: 0,
});

Expand Down

0 comments on commit c279a7e

Please sign in to comment.