Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ from huggingface_hub import InferenceClient
|
|
6 |
|
7 |
app = Flask(__name__)
|
8 |
|
9 |
-
|
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 = ""
|