Skip to content
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

Python: 10-multiple-results-per-prompt.ipynb uses incorrect (deprecated?) method in final code cell #6170

Open
beman9 opened this issue May 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel

Comments

@beman9
Copy link

beman9 commented May 9, 2024

Describe the bug
10-multiple-results-per-prompt.ipynb uses oai_text_service.complete_chat_stream instead of oai_text_service.complete_stream

To Reproduce
Steps to reproduce the behavior:

  1. Go to python/samples/getting_started/10-multiple-results-per-prompt.ipynb
  2. Scroll down to the final cell
  3. See error

Expected behavior
The cell runs successfully and chat completions stream out

Platform

  • OS: Ubuntu (WSL)
  • IDE: VS Code
  • Language: Python
  • Source: main branch of repository
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels May 9, 2024
@matthewbolanos matthewbolanos added bug Something isn't working and removed triage labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel
Projects
None yet
Development

No branches or pull requests

4 participants