samim2024 commited on
Commit
c99887b
·
verified ·
1 Parent(s): 4041ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def getresponse(userInput, api_key):
38
  if st.session_state['conversation'] is None:
39
 
40
  llm = HuggingFaceEndpoint(
41
- temperature=0,
42
  token=api_key,
43
  repo_id="mistralai/Mistral-7B-Instruct-v0.2" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
44
  )
 
38
  if st.session_state['conversation'] is None:
39
 
40
  llm = HuggingFaceEndpoint(
41
+ temperature=0.7,
42
  token=api_key,
43
  repo_id="mistralai/Mistral-7B-Instruct-v0.2" # 'text-davinci-003' model is depreciated now, so we are using the openai's recommended model
44
  )