Solshine commited on
Commit
174d975
·
verified ·
1 Parent(s): 87b3e89

Update query.py

Browse files
Files changed (1) hide show
  1. query.py +2 -2
query.py CHANGED
@@ -55,12 +55,12 @@ class VectaraQuery():
55
  {
56
  'responseLang': 'eng',
57
  'maxSummarizedResults': 5,
58
- 'summarizerPromptName': 'vectara-experimental-summary-ext-2023-12-11-sml',
59
  'chat': {
60
  'store': True,
61
  'conversationId': self.conv_id
62
  },
63
- 'debug': True,
64
  }
65
  ]
66
  }
 
55
  {
56
  'responseLang': 'eng',
57
  'maxSummarizedResults': 5,
58
+ # 'summarizerPromptName': 'vectara-experimental-summary-ext-2023-12-11-sml',
59
  'chat': {
60
  'store': True,
61
  'conversationId': self.conv_id
62
  },
63
+ # 'debug': True,
64
  }
65
  ]
66
  }