Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-Scout authored Aug 24, 2023
1 parent e3b8034 commit 6ffc70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def utterance_gen(question, intents, example):
The (comma-separated) intents are: {intents}
Generate 50 variations in which a user may respond for each intent. once again, that's 50 variations per intent. Keep in mind this is a chatbot, so users may not write in full sentences or use correct spelling/grammar at all times. For example, a user may say, "{example}"'''
For EACH intent, generate FIFTY VARIATIONS of utterances in which a user may try to display their intent. Keep in mind this is a chatbot, so users may not write in full sentences or use correct spelling/grammar at all times. For example, a user may say, "{example}"'''
prompt_query = template.format(
question=question,
intents=intents,
Expand Down

0 comments on commit 6ffc70e

Please sign in to comment.