Skip to content

Commit

Permalink
Add missing pastRounds setting for Groq API bots
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello authored and sunner committed Apr 22, 2024
1 parent 5140581 commit ce6b675
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/BotSettings/GroqAPIBotSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ const settings = [
1: "openaiApi.temperature2",
},
},
{
type: Type.Slider,
name: "pastRounds",
title: "bot.pastRounds",
description: "bot.pastRoundsPrompt",
min: 0,
max: 10,
step: 1,
},
];
export default {
components: {
Expand Down

0 comments on commit ce6b675

Please sign in to comment.