nawhgnuj commited on
Commit
09408e5
1 Parent(s): 7e63566

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -72,11 +72,11 @@ def stream_chat(
72
 
73
  Importantly, always respond to and rebut the previous speaker's points in Trump's style. Keep responses concise and avoid unnecessary repetition."""
74
 
75
- temperature = 0.7
76
- max_new_tokens = 200
77
  top_p = 0.9
78
  top_k = 40
79
- repetition_penalty = 1.2
80
 
81
  conversation = [
82
  {"role": "system", "content": system_prompt}
 
72
 
73
  Importantly, always respond to and rebut the previous speaker's points in Trump's style. Keep responses concise and avoid unnecessary repetition."""
74
 
75
+ temperature = 0.15
76
+ max_new_tokens = 300
77
  top_p = 0.9
78
  top_k = 40
79
+ repetition_penalty = 1.5
80
 
81
  conversation = [
82
  {"role": "system", "content": system_prompt}