Skip to content

Commit 1fa4cfd

Browse files
committed
chore: update temp
1 parent 28b9307 commit 1fa4cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/agent-api/src/functions/chats-post.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export async function postChats(request: HttpRequest, context: InvocationContext
7979

8080
model = new AzureChatOpenAI({
8181
// Controls randomness. 0 = deterministic, 1 = maximum randomness
82-
temperature: 0.7,
82+
temperature: 0.3,
8383
azureADTokenProvider,
8484
});
8585

0 commit comments

Comments
 (0)