Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,9 +71,11 @@ def feifeichat(message, history):
|
|
71 |
#model = "nvidia/llama-3.3-nemotron-super-49b-v1",
|
72 |
#model = "mistral-large-latest",
|
73 |
messages=feifeiprompt(message,history),
|
74 |
-
temperature=0.
|
75 |
-
top_p=0.
|
76 |
-
#max_tokens=
|
|
|
|
|
77 |
stream=True
|
78 |
)
|
79 |
|
|
|
71 |
#model = "nvidia/llama-3.3-nemotron-super-49b-v1",
|
72 |
#model = "mistral-large-latest",
|
73 |
messages=feifeiprompt(message,history),
|
74 |
+
temperature=0.6,
|
75 |
+
top_p=0.95,
|
76 |
+
#max_tokens=4096,
|
77 |
+
frequency_penalty=0,
|
78 |
+
presence_penalty=0,
|
79 |
stream=True
|
80 |
)
|
81 |
|