jaelin215 commited on
Commit
f33fe30
1 Parent(s): 149d75a

updated temperature to 0.5

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ if user_message:
200
  load_dotenv(find_dotenv())
201
 
202
  llm_model = LLLResponseGenerator()
203
- temperature = 0.1
204
  max_length = 128
205
 
206
  # Collect all messages exchanged so far into a single text string
 
200
  load_dotenv(find_dotenv())
201
 
202
  llm_model = LLLResponseGenerator()
203
+ temperature = 0.5
204
  max_length = 128
205
 
206
  # Collect all messages exchanged so far into a single text string