TogetherAI commited on
Commit
fa8fa9e
·
1 Parent(s): d3c6bba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
- "openchat/openchat_3.5"
6
  )
7
 
8
  def format_prompt(message, history):
 
2
  import gradio as gr
3
 
4
  client = InferenceClient(
5
+ "HuggingFaceH4/zephyr-7b-alpha"
6
  )
7
 
8
  def format_prompt(message, history):