Python: Update 03-semantic-function-inline.ipynb by demongodYY · Pull Request #2425 · microsoft/semantic-kernel
Fix AzureChatCompletion params error, Azure OpenAI Service should pass DEPLOY_NAME, but not MODEL_NAME
shawncal
changed the title
Update 03-semantic-function-inline.ipynb
Python: Update 03-semantic-function-inline.ipynb
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters