Dooratre commited on
Commit
b3c01a3
·
verified ·
1 Parent(s): e1b94b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ app = Flask(__name__)
7
  with open('i.txt', 'r') as file:
8
  data = file.read()
9
 
10
- API_URL = "https://api-inference.huggingface.co/models/mistralai/Mistral-7B-Instruct-v0.3"
11
  headers = {"Authorization": f"Bearer hf{data}"}
12
 
13
 
 
7
  with open('i.txt', 'r') as file:
8
  data = file.read()
9
 
10
+ API_URL = "https://api-inference.huggingface.co/models/mistralai/Mixtral-8x7B-Instruct-v0.1"
11
  headers = {"Authorization": f"Bearer hf{data}"}
12
 
13