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 = "fb85b50905b4408ac913563744981c2e6ce1fb1dcb4f565c5e58ea88f1c8709e"
|
10 |
client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
|
11 |
|
12 |
def generate_response(params):
|