Spaces:
Running
Running
HarleyCoops
commited on
Commit
·
11977f7
1
Parent(s):
1fc1f17
increased temp and token output
Browse files
app.py
CHANGED
@@ -811,10 +811,10 @@ conversation_history = []
|
|
811 |
def process_initial_prompt():
|
812 |
"""Process the initial prompt and return the response"""
|
813 |
generation_config = {
|
814 |
-
"temperature":
|
815 |
"top_p": .95,
|
816 |
"top_k": 1,
|
817 |
-
"max_output_tokens":
|
818 |
}
|
819 |
|
820 |
safety_settings = [
|
|
|
811 |
def process_initial_prompt():
|
812 |
"""Process the initial prompt and return the response"""
|
813 |
generation_config = {
|
814 |
+
"temperature": 2.0,
|
815 |
"top_p": .95,
|
816 |
"top_k": 1,
|
817 |
+
"max_output_tokens": 6000,
|
818 |
}
|
819 |
|
820 |
safety_settings = [
|