Spaces:
Sleeping
Sleeping
mistralai/Mixtral-8x7B-Instruct-v0.1
Browse files
app.py
CHANGED
@@ -49,10 +49,12 @@ web_search = DuckDuckGoSearchTool()
|
|
49 |
model = HfApiModel(
|
50 |
max_tokens=2096,
|
51 |
temperature=0.5,
|
52 |
-
model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
53 |
# model_id='Qwen/Qwen2.5-3B-Instruct',
|
54 |
# model_id='codellama/CodeLlama-34b-Instruct-hf',
|
55 |
# model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
|
|
|
|
56 |
custom_role_conversions=None,
|
57 |
)
|
58 |
|
|
|
49 |
model = HfApiModel(
|
50 |
max_tokens=2096,
|
51 |
temperature=0.5,
|
52 |
+
# model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
|
53 |
# model_id='Qwen/Qwen2.5-3B-Instruct',
|
54 |
# model_id='codellama/CodeLlama-34b-Instruct-hf',
|
55 |
# model_id='mistralai/Mistral-7B-Instruct-v0.3',
|
56 |
+
# model_id='NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO',
|
57 |
+
model_id='mistralai/Mixtral-8x7B-Instruct-v0.1',
|
58 |
custom_role_conversions=None,
|
59 |
)
|
60 |
|