kaleidoskop-hug commited on
Commit
0946b68
1 Parent(s): 8270bde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,11 +14,11 @@ client = OpenAI(
14
 
15
  # Create supported models
16
  model_links = {
17
- "Mistral-Nemo-Instruct-2410": "mistralai/Ministral-8B-Instruct-2410",
18
  "Text-to-IMG-FLUX.1-dev": "black-forest-labs/FLUX.1-dev",
19
  "Text-to-IMG-NSFW-gen-v2": "UnfilteredAI/NSFW-gen-v2",
20
  "C4ai-command-r-plus": "CohereForAI/c4ai-command-r-plus",
21
  "Aya-23-35B": "CohereForAI/aya-23-35B",
 
22
  "Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
23
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
24
  "Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",
 
14
 
15
  # Create supported models
16
  model_links = {
 
17
  "Text-to-IMG-FLUX.1-dev": "black-forest-labs/FLUX.1-dev",
18
  "Text-to-IMG-NSFW-gen-v2": "UnfilteredAI/NSFW-gen-v2",
19
  "C4ai-command-r-plus": "CohereForAI/c4ai-command-r-plus",
20
  "Aya-23-35B": "CohereForAI/aya-23-35B",
21
+ "Mistral-Nemo-Instruct-2407": "mistralai/Mistral-Nemo-Instruct-2407",
22
  "Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
23
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
24
  "Mistral-7B-Instruct-v0.1": "mistralai/Mistral-7B-Instruct-v0.1",