Python: Update 03-semantic-function-inline.ipynb by demongodYY · Pull Request #2425 · microsoft/semantic-kernel

@demongodYY

Fix AzureChatCompletion params error, Azure OpenAI Service should pass DEPLOY_NAME, but not MODEL_NAME

@shawncal shawncal added the python

Pull requests for the Python Semantic Kernel

label

Aug 11, 2023

@shawncal shawncal changed the title Update 03-semantic-function-inline.ipynb Python: Update 03-semantic-function-inline.ipynb

Aug 11, 2023

shawncal

@shawncal

@awharrison-28

awharrison-28

SOE-YoungS pushed a commit to SOE-YoungS/semantic-kernel that referenced this pull request

Nov 1, 2023
### Motivation and Context

Example notebook has some params error when I learn from it, so I fix
this simple params error.

### Description

Fix AzureChatCompletion params error, Azure OpenAI Service should pass
DEPLOY_NAME, but not MODEL_NAME

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄

Co-authored-by: Shawn Callegari <36091529+shawncal@users.noreply.github.com>
Co-authored-by: Abby Harrison <54643756+awharrison-28@users.noreply.github.com>