bchud commited on
Commit
aebc881
·
verified ·
1 Parent(s): 9d1af50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import concurrent.futures
6
 
7
  app = Flask(__name__)
8
 
9
- hashed_api_key = "47d8666ed003a61b3bbc900ce94dc1ce8a1f9d0f24ee1ceb5e2f20381eb3f3a6"
10
  client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
11
 
12
  def generate_response(params):
 
6
 
7
  app = Flask(__name__)
8
 
9
+ hashed_api_key = "6b60036616b90f3b70de654faecc6fd34feb22ab7c8c44628472c772c1a45a41"
10
  client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
11
 
12
  def generate_response(params):