EmoCube commited on
Commit
0bf2396
·
verified ·
1 Parent(s): 7bc9207

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -29,7 +29,8 @@ models = {
29
  "deepseek-ai/deepseek-llm-67b-chat",
30
  "mistralai/Mixtral-8x22B-Instruct-v0.1",
31
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
32
- "google/gemma-2-9b-it"
 
33
  ]
34
  }
35
 
 
29
  "deepseek-ai/deepseek-llm-67b-chat",
30
  "mistralai/Mixtral-8x22B-Instruct-v0.1",
31
  "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
32
+ "google/gemma-2-9b-it",
33
+ "google/gemma-2-27b-it"
34
  ]
35
  }
36