crazyup37 commited on
Commit
7282c69
1 Parent(s): e423e2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ from huggingface_hub import InferenceClient
6
 
7
  app = Flask(__name__)
8
 
9
- # API_URL = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
10
- API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.1"
11
 
12
  def format_prompt(message, custom_instructions=None):
13
  prompt = ""
 
6
 
7
  app = Flask(__name__)
8
 
9
+ API_URL = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
10
+ # API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.1"
11
 
12
  def format_prompt(message, custom_instructions=None):
13
  prompt = ""