Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ custom_css = """
|
|
22 |
def predict(prompt):
|
23 |
# Create the model
|
24 |
generation_config = {
|
25 |
-
"temperature":
|
26 |
"top_p": 0.95,
|
27 |
"top_k": 40,
|
28 |
"max_output_tokens": 2048,
|
|
|
22 |
def predict(prompt):
|
23 |
# Create the model
|
24 |
generation_config = {
|
25 |
+
"temperature": 1,
|
26 |
"top_p": 0.95,
|
27 |
"top_k": 40,
|
28 |
"max_output_tokens": 2048,
|