fywalter commited on
Commit
d86c8ff
·
verified ·
1 Parent(s): 94ea4d7

Update constant.py

Browse files
Files changed (1) hide show
  1. constant.py +4 -4
constant.py CHANGED
@@ -36,13 +36,13 @@ function addApiKeyLink() {
36
 
37
  BASE_MODELS = [
38
  "Llama-2-70B",
39
- "Mistral-7B-v0.1",
40
- "Mixtral-8x7B-v0.1",
41
  ]
42
 
43
  NUDGING_MODELS = [
44
- 'Llama-2-13B-chat',
45
- 'Gemma-2-2B-it',
46
  'Mistral-7B-v0.1-Instruct',
47
  ]
48
 
 
36
 
37
  BASE_MODELS = [
38
  "Llama-2-70B",
39
+ # "Mistral-7B-v0.1",
40
+ # "Mixtral-8x7B-v0.1",
41
  ]
42
 
43
  NUDGING_MODELS = [
44
+ # 'Llama-2-13B-chat',
45
+ # 'Gemma-2-2B-it',
46
  'Mistral-7B-v0.1-Instruct',
47
  ]
48