Skip to content

Commit

Permalink
Remove topKdefault value
Browse files Browse the repository at this point in the history
  • Loading branch information
PopDaph committed Sep 6, 2023
1 parent 5608f6c commit b41a6c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front/lib/models/assistant/actions/retrieval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ AgentRetrievalConfiguration.init(
topK: {
type: DataTypes.INTEGER,
allowNull: false,
defaultValue: 5,
},
},
{
Expand Down

0 comments on commit b41a6c3

Please sign in to comment.