simonou99 commited on
Commit
a5127e8
·
verified ·
1 Parent(s): 2d72fb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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":"1"
34
  }
35
  ```
36
 
 
30
  {
31
  "expert_system_prompt":"你是一个...AI,你有着...的经验...,你的思维...。现在,你的任务是...",
32
  "temperature":"0.01",
33
+ "top_p":"0.99"
34
  }
35
  ```
36