Skip to content

Commit f715d82

Browse files
committed
fix temperature param
1 parent 832a1dd commit f715d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/python-sdk-docs/conversation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ with DaprClient() as client:
7676
inputs=[alpha2_input],
7777
tools=conversation.get_registered_tools(), # tools registered by @conversation.tool
7878
tool_choice='auto',
79-
parameters={'temperature': 0.2, 'max_tokens': 200},
79+
temperature=1,
8080
)
8181

8282
# Inspect assistant messages, including any tool calls

0 commit comments

Comments
 (0)