We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b9307 commit 1fa4cfdCopy full SHA for 1fa4cfd
packages/agent-api/src/functions/chats-post.ts
@@ -79,7 +79,7 @@ export async function postChats(request: HttpRequest, context: InvocationContext
79
80
model = new AzureChatOpenAI({
81
// Controls randomness. 0 = deterministic, 1 = maximum randomness
82
- temperature: 0.7,
+ temperature: 0.3,
83
azureADTokenProvider,
84
});
85
0 commit comments