EmoCube commited on
Commit
1a802f9
·
verified ·
1 Parent(s): 6f8f9b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,10 +5,10 @@ import json
5
  # Список доступных моделей
6
  models_list = [
7
  "google/gemma-3-27b-it",
8
- "meta-llama/Llama-3.3-70B-Instruct",
9
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
10
- "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
11
- "deepseek-ai/Janus-Pro-7B",
12
  "Qwen/QwQ-32B",
13
  "Qwen/QwQ-32B-Preview",
14
  "google/gemma-2-9b-it",
 
5
  # Список доступных моделей
6
  models_list = [
7
  "google/gemma-3-27b-it",
8
+ "mistralai/Mistral-7B-Instruct-v0.3",
9
  "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
10
+ "open-r1/OlympicCoder-7B",
11
+ "google/gemma-2-27b-it",
12
  "Qwen/QwQ-32B",
13
  "Qwen/QwQ-32B-Preview",
14
  "google/gemma-2-9b-it",