Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def master_llm(user_prompt, history):
|
|
30 |
{
|
31 |
"expert_system_prompt":"你是一个...AI,你有着...的经验...,你的思维...。现在,你的任务是...",
|
32 |
"temperature":"0.01",
|
33 |
-
"top_p":"
|
34 |
}
|
35 |
```
|
36 |
|
|
|
30 |
{
|
31 |
"expert_system_prompt":"你是一个...AI,你有着...的经验...,你的思维...。现在,你的任务是...",
|
32 |
"temperature":"0.01",
|
33 |
+
"top_p":"0.99"
|
34 |
}
|
35 |
```
|
36 |
|