Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def instantiate_LLM(LLM_provider,api_key,temperature=0.5,top_p=0.95,model_name=N
|
|
336 |
)
|
337 |
if LLM_provider == "HuggingFace":
|
338 |
llm = HuggingFaceHub(
|
339 |
-
repo_id=mistralai/Mistral-7B-Instruct-v0.2, # "mistralai/Mistral-7B-Instruct-v0.2"
|
340 |
huggingfacehub_api_token=api_key,
|
341 |
model_kwargs={
|
342 |
"temperature":temperature,
|
|
|
336 |
)
|
337 |
if LLM_provider == "HuggingFace":
|
338 |
llm = HuggingFaceHub(
|
339 |
+
repo_id="mistralai/Mistral-7B-Instruct-v0.2", # "mistralai/Mistral-7B-Instruct-v0.2"
|
340 |
huggingfacehub_api_token=api_key,
|
341 |
model_kwargs={
|
342 |
"temperature":temperature,
|