Skip to content

Commit

Permalink
add default values
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioco committed Nov 16, 2024
1 parent 3034bd8 commit 6837eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CustomPodcast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ export function CustomPodcast() {
creativityLevel: 0.7,
interviewerRole: "Interviewer",
expertRole: "Subject matter expert",
conversationStyles: [],
dialogueStructure: [],
engagementTechniques: [],
conversationStyles: ["Engaging", "Fast-paced", "Enthusiastic"],
dialogueStructure: ["Discussions"],
engagementTechniques: ["Questions"],
ttsModel: "gemini",
},
});
Expand Down

0 comments on commit 6837eea

Please sign in to comment.