JatinAutonomousLabs commited on
Commit
aa162f5
·
verified ·
1 Parent(s): 49c2560

Update graph_config.py

Browse files
Files changed (1) hide show
  1. graph_config.py +2 -2
graph_config.py CHANGED
@@ -104,8 +104,8 @@ LANGUAGE_PREFERENCE_KEYWORDS = {
104
  }
105
 
106
  NO_CODE_KEYWORDS = [
107
- 'what is', 'what are', 'explain', 'describe',
108
- 'summarize', 'list', 'tell me about',
109
  'definition of', 'meaning of', 'overview of'
110
  ]
111
 
 
104
  }
105
 
106
  NO_CODE_KEYWORDS = [
107
+ 'what is', 'what are', 'document', 'curriculum', 'explain', 'describe',
108
+ 'summarize', 'list', 'tell me about', 'report',
109
  'definition of', 'meaning of', 'overview of'
110
  ]
111