EinsteinCoder commited on
Commit
6f09cbf
·
verified ·
1 Parent(s): b36c6b5

Update app.py

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