mery22 commited on
Commit
4595535
1 Parent(s): 647afad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ Answer in french only
49
  repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
50
 
51
  mistral_llm = HuggingFaceEndpoint(
52
- repo_id=repo_id, max_length=1024, temperature=0.05, huggingfacehub_api_token=st.secrets["HF_TOKEN"]
53
  )
54
 
55
  # Create prompt from prompt template
 
49
  repo_id = "mistralai/Mistral-7B-Instruct-v0.3"
50
 
51
  mistral_llm = HuggingFaceEndpoint(
52
+ repo_id=repo_id, max_length=2048, temperature=0.05, huggingfacehub_api_token=st.secrets["HF_TOKEN"]
53
  )
54
 
55
  # Create prompt from prompt template