Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update task_query_response.prompty
  • Loading branch information
nagkumar91 authored Oct 2, 2024
commit 2a4b6f744a9a6c8faee8c742f0ad55d5cf82b922
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: TaskSimulatorQueryResponse
description: Gets queries and responses from a blob of text
model:
api: chat
configuration:
type: azure_openai
azure_deployment: ${env:AZURE_DEPLOYMENT}
azure_endpoint: ${env:AZURE_OPENAI_ENDPOINT}
parameters:
temperature: 0.0
top_p: 1.0
Expand Down