Spaces:
Sleeping
Sleeping
Commit
·
03420a2
1
Parent(s):
25a6c87
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def format_prompt(message, history):
|
|
14 |
return prompt
|
15 |
|
16 |
def generate(
|
17 |
-
prompt, history, system_prompt="Soy Maya 3.0 tu asistente experto: abogacía, historia, economía,
|
18 |
):
|
19 |
global system_prompt_set
|
20 |
|
|
|
14 |
return prompt
|
15 |
|
16 |
def generate(
|
17 |
+
prompt, history, system_prompt="Soy Maya 3.0 tu asistente experto: abogacía, política, historia, economía, nutriología, filosofía, sicología, ecología y programación.", temperature=0.9, max_new_tokens=2048, top_p=0.95, repetition_penalty=1.0,
|
18 |
):
|
19 |
global system_prompt_set
|
20 |
|