Spaces:
Sleeping
Sleeping
budhadityac24
commited on
Commit
•
10a6576
1
Parent(s):
23d0838
Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ def get_response(input_text,client):
|
|
140 |
"content": json.dumps(output)+ "input_text"
|
141 |
}
|
142 |
],
|
143 |
-
temperature=0.
|
144 |
max_tokens=300,
|
145 |
top_p=1,
|
146 |
stream=True,
|
|
|
140 |
"content": json.dumps(output)+ "input_text"
|
141 |
}
|
142 |
],
|
143 |
+
temperature=0.4,
|
144 |
max_tokens=300,
|
145 |
top_p=1,
|
146 |
stream=True,
|