fudii0921 commited on
Commit
a5fa6df
·
verified ·
1 Parent(s): 4b335e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ MAX_CONTEXT_LENGTH = 512 # Maximum context length for the LLM
26
 
27
  # Sample Queries
28
  SAMPLE_QUERIES = [
29
- "第四次中期経営計画の骨子を教えてください。",
30
  "How did Google's research and development expenses change between 2023 and 2024?",
31
  "What is the capital of France?",
32
  ]
 
26
 
27
  # Sample Queries
28
  SAMPLE_QUERIES = [
29
+ "What was Google's total revenue in 2023?",
30
  "How did Google's research and development expenses change between 2023 and 2024?",
31
  "What is the capital of France?",
32
  ]