Skip to content

chore: Update main.json #914

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
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
5 changes: 3 additions & 2 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.27.1.19265",
"templateHash": "95501043309266990"
"templateHash": "2759743932205000425"
}
},
"parameters": {
Expand Down Expand Up @@ -255,10 +255,11 @@
"defaultValue": "openai_function",
"allowedValues": [
"openai_function",
"semantic_kernel",
"langchain"
],
"metadata": {
"description": "Orchestration strategy: openai_function or langchain str. If you use a old version of turbo (0301), plese 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"
}
},
"azureOpenAITemperature": {
Expand Down
Loading