Skip to content

Commit

Permalink
__ for blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyRAV committed May 14, 2024
1 parent 137eaf0 commit 7c7e2df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions services/quizService.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ const generateBlanksQuiz = async(interests, numberOfQuestions) => {
]
}
Once the quizTitle is set, it should not change.
Each question should have a unique questionTitle, the questionTitle needs to be a question.
Each question should have a unique questionTitle.
The Contextual questionTitle is not allowed to contain 'Question Number' or 'Interest Question Number',
think of something very special for each individual question.`
think of something very special for each individual question.
The blanks need to be represented like: __`
const openai = new OpenAI(OPENAI_API_KEY);
const response = await openai.chat.completions.create({
model: gpt_model,
Expand Down

0 comments on commit 7c7e2df

Please sign in to comment.