Chinedum Echeta

Results 41 issues of Chinedum Echeta

# Motivation The Bicep param `azureOpenAIStopSequence` has a default of `\n`. This means that any response that contains a new line will immediately be halted, and the full answer will...

bug

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

enhancement
stale

**Bicep version** `0.27.1` **Describe the bug** Running `bicep format` with the `--insert-final-newline` fails with an error: ``` Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array. at Bicep.Cli.Arguments.FormatArguments..ctor(String[]...

bug

Required for #750 ## Purpose * This PR removes LangChain from the Question Anwer Tool * Changes the example user/assistant messages to system messages, as from the [docs](https://cookbook.openai.com/examples/how_to_format_inputs_to_chatgpt_models#few-shot-prompting) * Updates...

# Motivation If unit and functional tests are run together, we can obtain overall coverage from both sets of tests together, giving us true coverage. # Requirements A list of...

enhancement

Required by #651 # Description Currently, the container deployment does not specifiy a Docker tag, so it defaults to latest. The tag should be configurable so users can deploy an...

Required by #651 # Description Add documentation regarding how to deploy a specific version of the application. For "Deploy to Azure": * Switch to git tag before pressing Deploy to...

Required by #651 # Description Currently, Docker images are tagged with the date/run ID (e.g. `2024-05-15_643`), and also with `latest`. They should also be tagged with the corresponding release whenever...

# Motivation Currently, the functional tests for Semantic Kernel spawn a separate instance of the application with the environment variable `ORCHESTRATION_STRATEGY` set to `semantic_kernel`. However, following #873 , it is...

enhancement

# Motivation It should be possible to set every parameter in the `main.bicep` file with a corresponding environment variable in the `main.bicepparam` file, so users do not need to manually...

enhancement