kristada673 commited on
Commit
aeec45a
1 Parent(s): 8e2539f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -35,11 +35,12 @@ you can ask are:
35
  - What are the risks for Tesla?
36
  - What was Google's earnings for the last fiscal year?
37
  - Who are the competetors of Apple?
 
38
 
39
  An example of querying about something the LLM's training did not include:
40
 
41
- - Query: "What is Tesco?"
42
- - Response: " Tesco is not mentioned in the context, so I don't know."
43
  """
44
 
45
  def chat_response(query):
 
35
  - What are the risks for Tesla?
36
  - What was Google's earnings for the last fiscal year?
37
  - Who are the competetors of Apple?
38
+ - What were the most important events for Microsoft in 2021?
39
 
40
  An example of querying about something the LLM's training did not include:
41
 
42
+ Query: "What is Tesco?"
43
+ Response: "Tesco is not mentioned in the context, so I don't know."
44
  """
45
 
46
  def chat_response(query):