Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ async def generate_content(system_prompt, user_prompt):
|
|
| 37 |
{"role": "system", "content": system_prompt},
|
| 38 |
{"role": "user", "content": user_prompt}
|
| 39 |
],
|
| 40 |
-
"temperature":
|
| 41 |
"max_tokens": 4000,
|
| 42 |
"top_p": 1,
|
| 43 |
"frequency_penalty": 0,
|
|
|
|
| 37 |
{"role": "system", "content": system_prompt},
|
| 38 |
{"role": "user", "content": user_prompt}
|
| 39 |
],
|
| 40 |
+
"temperature": 0,
|
| 41 |
"max_tokens": 4000,
|
| 42 |
"top_p": 1,
|
| 43 |
"frequency_penalty": 0,
|