Udbhav44 commited on
Commit
45b0b4c
1 Parent(s): 4f3456d

Default prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -14,8 +14,7 @@ config = {
14
  'provider': 'huggingface',
15
  'config': {
16
  'model': 'mistralai/Mistral-7B-Instruct-v0.2',
17
- 'top_p': 0.5,
18
- 'prompt' :
19
  }
20
  },
21
  'embedder': {
 
14
  'provider': 'huggingface',
15
  'config': {
16
  'model': 'mistralai/Mistral-7B-Instruct-v0.2',
17
+ 'top_p': 0.5
 
18
  }
19
  },
20
  'embedder': {