wop commited on
Commit
76e82db
·
verified ·
1 Parent(s): 551f0a6

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
- "deepseek-ai/deepseek-coder-33b-instruct"
9
  )
10
 
11
  def format_prompt(message, history):
 
5
  API_URL = "https://api-inference.huggingface.co/models/"
6
 
7
  client = InferenceClient(
8
+ "TheBloke/Mixtral-8x7B-Instruct-v0.1-GPTQ"
9
  )
10
 
11
  def format_prompt(message, history):