budhadityac24 commited on
Commit
10f5081
1 Parent(s): 4245bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,8 +140,8 @@ def get_response(input_text,client):
140
  "content": json.dumps(output)+ "input_text"
141
  }
142
  ],
143
- temperature=0.25,
144
- max_tokens=200,
145
  top_p=1,
146
  stream=True,
147
  stop=None,
 
140
  "content": json.dumps(output)+ "input_text"
141
  }
142
  ],
143
+ temperature=0.1,
144
+ max_tokens=300,
145
  top_p=1,
146
  stream=True,
147
  stop=None,