Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import concurrent.futures
|
|
6 |
|
7 |
app = Flask(__name__)
|
8 |
|
9 |
-
hashed_api_key = "
|
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):
|