damand2061 commited on
Commit
12b4668
·
verified ·
1 Parent(s): 9e19de1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -85,7 +85,8 @@ demo = gr.ChatInterface(
85
  choices=[
86
  "meta-llama/Meta-Llama-3-8B-Instruct",
87
  "mistralai/Mistral-7B-Instruct-v0.3",
88
- "HuggingFaceH4/zephyr-7b-beta"
 
89
  ],
90
  value="meta-llama/Meta-Llama-3-8B-Instruct",
91
  label="Choose Model"
 
85
  choices=[
86
  "meta-llama/Meta-Llama-3-8B-Instruct",
87
  "mistralai/Mistral-7B-Instruct-v0.3",
88
+ "HuggingFaceH4/zephyr-7b-beta",
89
+ "microsoft/Phi-3.5-mini-instruct"
90
  ],
91
  value="meta-llama/Meta-Llama-3-8B-Instruct",
92
  label="Choose Model"