Quent1Fvr commited on
Commit
c33f6f2
1 Parent(s): d40a923

change examples

Browse files
Files changed (1) hide show
  1. config.py +3 -3
config.py CHANGED
@@ -7,9 +7,9 @@ content_html = "data/Test/list.html"
7
  content_data_analyst = "data\Test\Data_Analyst_chez_Stockly.pdf"
8
  content_test_epita = "data\Test\Test_epita.pdf"
9
 
10
- examples = {"Question_1": "What is the max_results parameter for async traffic queries ?",
11
- "Question_2": "How can I use the Public Experimental Provisioning API to determine if a specific set of objects can be provisioned?",
12
- "Question_3": "Explain the potential challenges and workarounds when using json-query with the curl -i option. Why might this combination lead to errors?",
13
  }
14
 
15
 
 
7
  content_data_analyst = "data\Test\Data_Analyst_chez_Stockly.pdf"
8
  content_test_epita = "data\Test\Test_epita.pdf"
9
 
10
+ examples = {"Question_1": "Where does the Little Prince come from, and what motivates him to travel to different planets?",
11
+ "Question_2": "Can you describe the importance of the rose in the Little Prince's life and how it influences his journey?",
12
+ "Question_3": "What are some of the unique and interesting characters the Little Prince meets on his adventures, and what lessons does he learn from them?",
13
  }
14
 
15