Umama-at-Bluchip commited on
Commit
72ee63c
1 Parent(s): 7344da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ prompt = PromptTemplate(template=custom_prompt_template,
58
 
59
  llm = Together(
60
  model="mistralai/Mistral-7B-Instruct-v0.2",
61
- temperature=0.2,
62
  max_tokens=512,
63
  together_api_key="48515099b0ed4e22e56da54e50feb4adfaaa901a444b0c34bb33c66abe7b2c61"
64
  )
 
58
 
59
  llm = Together(
60
  model="mistralai/Mistral-7B-Instruct-v0.2",
61
+ temperature=0.7,
62
  max_tokens=512,
63
  together_api_key="48515099b0ed4e22e56da54e50feb4adfaaa901a444b0c34bb33c66abe7b2c61"
64
  )