Niansuh commited on
Commit
c7db6f4
·
verified ·
1 Parent(s): 6b50ea1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,8 +23,9 @@ client = OpenAI(
23
 
24
  # Create supported models
25
  model_links = {
26
- "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1"
27
- "meta-llama/Meta-Llama-3-70B-Instruct"
 
28
  "Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
29
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
30
  "Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
 
23
 
24
  # Create supported models
25
  model_links = {
26
+ "c4ai-command-r-plus": "CohereForAI/c4ai-command-r-plus",
27
+ "Meta-Llama-3-70B-Instruct": "meta-llama/Meta-Llama-3-70B-Instruct",
28
+ "zephyr-orpo-141b-A35b-v0.1": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
29
  "Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
30
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
31
  "Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",