Spaces:
Sleeping
Sleeping
HarleyCoops
commited on
Commit
·
3f77a48
1
Parent(s):
f48f769
reduced temp
Browse files
app.py
CHANGED
@@ -485,7 +485,7 @@ conversation_history = []
|
|
485 |
def process_initial_prompt():
|
486 |
"""Process the initial prompt and return the response"""
|
487 |
generation_config = {
|
488 |
-
"temperature": 1.
|
489 |
"top_p": .95,
|
490 |
"top_k": 1,
|
491 |
"max_output_tokens": 4500,
|
|
|
485 |
def process_initial_prompt():
|
486 |
"""Process the initial prompt and return the response"""
|
487 |
generation_config = {
|
488 |
+
"temperature": 1.5,
|
489 |
"top_p": .95,
|
490 |
"top_k": 1,
|
491 |
"max_output_tokens": 4500,
|