microsoft / semantic-kernel-starters

Starter Projects for Semantic Kernel
MIT License
345 stars 122 forks source link

Update the console starter to use the newest version of semantic kernel #98

Open akshara-msft opened 9 months ago

akshara-msft commented 9 months ago

Motivation and Context

Please help reviewers and future users, providing the following information:

  1. Why is this change required? The newest version 1.0.2 has breaking changes in how ChatCompletions are used and gets rid of the functional planner options as well.

Description

I updated to the latest stable version of semantic kernel, and modified the example so that it resulted in the desired behavior of being a functional terminal based chatbot

Contribution Checklist