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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -24,6 +24,7 @@ client = OpenAI(
24
  # Create supported models
25
  model_links = {
26
  "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1"
 
27
  "Mixtral-8x7B-Instruct-v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
28
  "Nous-Hermes-2-Mixtral-8x7B-DPO": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
29
  "Yi-1.5-34B-Chat": "01-ai/Yi-1.5-34B-Chat",
 
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",