aifeifei798 commited on
Commit
931af40
·
verified ·
1 Parent(s): 263374c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -71,9 +71,11 @@ def feifeichat(message, history):
71
  #model = "nvidia/llama-3.3-nemotron-super-49b-v1",
72
  #model = "mistral-large-latest",
73
  messages=feifeiprompt(message,history),
74
- temperature=0.2,
75
- top_p=0.7,
76
- #max_tokens=32768,
 
 
77
  stream=True
78
  )
79
 
 
71
  #model = "nvidia/llama-3.3-nemotron-super-49b-v1",
72
  #model = "mistral-large-latest",
73
  messages=feifeiprompt(message,history),
74
+ temperature=0.6,
75
+ top_p=0.95,
76
+ #max_tokens=4096,
77
+ frequency_penalty=0,
78
+ presence_penalty=0,
79
  stream=True
80
  )
81