Skip to content

Commit

Permalink
Add info for conversationFlow & Orchestration strategy for postgres i…
Browse files Browse the repository at this point in the history
…n template
  • Loading branch information
Pavan Kumar committed Dec 10, 2024
1 parent a617433 commit 8a5ea7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ param azureOpenAIVisionModelVersion string = 'vision-preview'
@description('Azure OpenAI Vision Model Capacity - See here for more info https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota')
param azureOpenAIVisionModelCapacity int = 10

@description('Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain')
@description('Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain. If the database type is PostgreSQL, set this to sementic_kernel.')
@allowed([
'openai_function'
'semantic_kernel'
Expand All @@ -150,7 +150,7 @@ param azureOpenAIVisionModelCapacity int = 10
])
param orchestrationStrategy string = 'semantic_kernel'

@description('Chat conversation type: custom or byod.')
@description('Chat conversation type: custom or byod. If the database type is PostgreSQL, set this to custom.')
@allowed([
'custom'
'byod'
Expand Down
6 changes: 3 additions & 3 deletions infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.30.23.60470",
"templateHash": "1160364617098555519"
"templateHash": "10622728189310123481"
}
},
"parameters": {
Expand Down Expand Up @@ -312,7 +312,7 @@
"prompt_flow"
],
"metadata": {
"description": "Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain"
"description": "Orchestration strategy: openai_function or semantic_kernel or langchain str. If you use a old version of turbo (0301), please select langchain. If the database type is PostgreSQL, set this to sementic_kernel."
}
},
"conversationFlow": {
Expand All @@ -323,7 +323,7 @@
"byod"
],
"metadata": {
"description": "Chat conversation type: custom or byod."
"description": "Chat conversation type: custom or byod. If the database type is PostgreSQL, set this to custom."
}
},
"azureOpenAITemperature": {
Expand Down

0 comments on commit 8a5ea7c

Please sign in to comment.