Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
612 stars 401 forks source link

Deployment fixes #287

Closed SvenAelterman closed 7 months ago

SvenAelterman commented 7 months ago

Purpose

Closes #286 (Fix default value for azureOpenAIChatGptModelName) Closes #287 (Fix bash script if nesting) Closes #289 (Fix bash script including ' in files argument value)

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

Open in devcontainer

What to Check

Verify that the following are valid

LittleLittleCloud commented 7 months ago

@SvenAelterman Thanks for the fixing PR