Spaces:
Sleeping
Sleeping
HarleyCoops commited on
Commit ·
faac2ab
1
Parent(s): 1172541
quick push
Browse files
app.py
CHANGED
|
@@ -34,10 +34,10 @@ conversation_history = []
|
|
| 34 |
def process_initial_prompt():
|
| 35 |
"""Process the initial prompt and return the response"""
|
| 36 |
generation_config = {
|
| 37 |
-
"temperature":
|
| 38 |
"top_p": .95,
|
| 39 |
"top_k": 1,
|
| 40 |
-
"max_output_tokens":
|
| 41 |
}
|
| 42 |
|
| 43 |
safety_settings = [
|
|
|
|
| 34 |
def process_initial_prompt():
|
| 35 |
"""Process the initial prompt and return the response"""
|
| 36 |
generation_config = {
|
| 37 |
+
"temperature": 1.75,
|
| 38 |
"top_p": .95,
|
| 39 |
"top_k": 1,
|
| 40 |
+
"max_output_tokens": 9000,
|
| 41 |
}
|
| 42 |
|
| 43 |
safety_settings = [
|