sampling param for agents

This commit is contained in:
Xi Yan 2025-01-16 17:23:05 -08:00
parent 02280d3b6b
commit 8fc1ded6d2

View file

@ -98,7 +98,7 @@ def agent_config(llama_stack_client):
instructions="You are a helpful assistant",
sampling_params={
"strategy": {
"type": "greedy",
"type": "top_p",
"temperature": 1.0,
"top_p": 0.9,
},