Skip to content

Commit

Permalink
Merge pull request #6 from Hexastack/fix/update-max-default-tokens
Browse files Browse the repository at this point in the history
fix: update max tokens
  • Loading branch information
MohamedAliBouhaouala authored Jan 22, 2025
2 parents 774b44f + 7f26208 commit b8e4429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default [
group: OLLAMA_HELPER_NAMESPACE,
subgroup: 'options',
type: SettingType.number,
value: 20, // Default value
value: 200, // Default value
},
{
label: 'top_k',
Expand Down

0 comments on commit b8e4429

Please sign in to comment.