Bofandra commited on
Commit
60c7d45
·
verified ·
1 Parent(s): 6f9b7ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ def respond(
11
  message,
12
  history: list[tuple[str, str]],
13
  max_tokens = 2048,
14
- temperature,
15
- top_p,
16
  ):
17
  messages = [{"role": "system", "content": "You are a moslem bot that always give reference to quran and hadith!"}]
18
 
 
11
  message,
12
  history: list[tuple[str, str]],
13
  max_tokens = 2048,
14
+ temperature = 0.7,
15
+ top_p = 0.95,
16
  ):
17
  messages = [{"role": "system", "content": "You are a moslem bot that always give reference to quran and hadith!"}]
18