You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the Extra Parameters node includes other common parameters, but it doesn't include some lesser used parameters like min_p. How do you set these other parameters? It would be good if the Extra Parameters had one or several customizable key-value fields to include custom parameters that the user could set like min_p that are not explicitly available in Extra Parameters.
Here are some of the parameters that a user might want to include that are available with Ollama API (for example):
"num_keep"
"seed"
"num_predict"
"top_k" (available in Extra Parameters)
"top_p" (available in Extra Parameters)
"min_p"
"tfs_z"
"typical_p"
"repeat_last_n"
"temperature" (available in API LLM general link)
"repeat_penalty" (available in Extra Parameters)
"presence_penalty" (available in Extra Parameters)
"frequency_penalty" (available in Extra Parameters)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I see the Extra Parameters node includes other common parameters, but it doesn't include some lesser used parameters like
min_p
. How do you set these other parameters? It would be good if the Extra Parameters had one or several customizable key-value fields to include custom parameters that the user could set likemin_p
that are not explicitly available in Extra Parameters.Here are some of the parameters that a user might want to include that are available with Ollama API (for example):
Beta Was this translation helpful? Give feedback.
All reactions