carlotamdeluna commited on
Commit
370fee9
1 Parent(s): 538620b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ st.title("Maqueta")
36
 
37
  llm = HuggingFaceEndpoint(repo_id='mistralai/Mistral-7B-v0.1',
38
  max_length=128,
39
- temperature=0.5)
 
40
 
41
  #memory
42
 
 
36
 
37
  llm = HuggingFaceEndpoint(repo_id='mistralai/Mistral-7B-v0.1',
38
  max_length=128,
39
+ temperature=0.5,
40
+ token = HUGGINGFACEHUB_API_TOKEN)
41
 
42
  #memory
43