botsi commited on
Commit
8ee1ce9
·
verified ·
1 Parent(s): 68975d5

Update system_prompt_config.py

Browse files
Files changed (1) hide show
  1. system_prompt_config.py +8 -8
system_prompt_config.py CHANGED
@@ -1,13 +1,13 @@
1
  #NEWMARCH
2
- from data_fetcher import fetch_personalized_data
3
- json_data = fetch_personalized_data(session_index)
4
- print(json_data)
5
 
6
- # from data_fetcher import fetch_data_as_json, fetch_data_core
7
- # json_data = fetch_data_as_json()
8
- # print(json_data)
9
- # core_data = fetch_data_core()
10
- # print(core_data)
11
 
12
  # From own code
13
 
 
1
  #NEWMARCH
2
+ #from data_fetcher import fetch_personalized_data
3
+ #json_data = fetch_personalized_data(session_index)
4
+ #print(json_data)
5
 
6
+ from data_fetcher import fetch_data_as_json, fetch_data_core
7
+ json_data = fetch_data_as_json()
8
+ print(json_data)
9
+ core_data = fetch_data_core()
10
+ print(core_data)
11
 
12
  # From own code
13