balthromaw commited on
Commit
5fe0cbd
1 Parent(s): 13d7652

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import random
5
  API_URL = "https://api-inference.huggingface.co/models/"
6
 
7
  client = InferenceClient(
8
- "MayaPH/GodziLLa2-70B"
9
  )
10
 
11
  def format_prompt(message, history):
 
5
  API_URL = "https://api-inference.huggingface.co/models/"
6
 
7
  client = InferenceClient(
8
+ "WizardLM/WizardLM-70B-V1.0"
9
  )
10
 
11
  def format_prompt(message, history):