mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 09:33:54 +00:00
sampling param for agents
This commit is contained in:
parent
02280d3b6b
commit
8fc1ded6d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue