Spaces:
Running
Running
Update app.py
Browse files
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 |
|