EinsteinCoder commited on
Commit
30ec7be
·
verified ·
1 Parent(s): 31c48e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -93,9 +93,7 @@ def predict_horoscope(m_sign, f_sign,strtime,m_daily_pred,f_daily_pred,m_monthly
93
  {"role": "user", "content": "Wife Weekly Horoscope: " + f_weekly_pred},
94
  {"role": "user", "content": "Wife Monthly Horoscope: " + f_monthly_pred}
95
  ],
96
- temperature=0.3,
97
- max_tokens=2048,
98
- top_p=1,
99
  stop=None,
100
  stream=False
101
  )
 
93
  {"role": "user", "content": "Wife Weekly Horoscope: " + f_weekly_pred},
94
  {"role": "user", "content": "Wife Monthly Horoscope: " + f_monthly_pred}
95
  ],
96
+ temperature=0.6,
 
 
97
  stop=None,
98
  stream=False
99
  )