nguyenbh commited on
Commit
3cb284f
·
verified ·
1 Parent(s): 02c9197

Updates examples

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -31,9 +31,10 @@ default_top_p = 0.1
31
  # Example prompts that users can try
32
  example_prompts = [
33
  "Explain internet to a medieval knight.",
 
 
 
34
  "I have $20,000 in my savings account, where I receive a 4% profit per year and payments twice a year. Can you please tell me how long it will take for me to become a millionaire?",
35
- "I have total $500 create a plan with travel and food",
36
- "I have $1000 and 5 years. Is it better to invest in a stock paying $15 quarterly dividends or in a 5% annual savings account?"
37
  ]
38
 
39
  def get_azure_response(message, chat_history, temperature, max_tokens, top_p):
 
31
  # Example prompts that users can try
32
  example_prompts = [
33
  "Explain internet to a medieval knight.",
34
+ "Share some ideas about the best vegetables to start growing in February and March. I'd love to know which ones thrive when planted early in the season!",
35
+ "I'd like to buy a new car. Start by asking me about my budget and which features I care most about, then provide a recommendation.",
36
+ "I'm thinking about moving to a new city. Can you help me plan the move?",
37
  "I have $20,000 in my savings account, where I receive a 4% profit per year and payments twice a year. Can you please tell me how long it will take for me to become a millionaire?",
 
 
38
  ]
39
 
40
  def get_azure_response(message, chat_history, temperature, max_tokens, top_p):