Skip to content

Commit

Permalink
fix num predict for review
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmacarthy committed Sep 19, 2024
1 parent 7a49f5f commit 08d7400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/conversation-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class ConversationHistory {

const requestBody = createStreamRequestBody(provider.provider, {
model: provider.modelName,
numPredictChat: 100,
numPredictChat: this.config.numPredictChat,
temperature: this.temperature,
messages: [
...messages,
Expand Down

0 comments on commit 08d7400

Please sign in to comment.