microsoft / semantic-kernel-starters

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

ServiceId (or deploymentId) is being prepended to the assistant response after few turns running out of the box hello world c-sharp project #93

Open pakbaz opened 11 months ago

pakbaz commented 11 months ago

Describe the bug Hello world C-Sharp project will show service Id (or deployment Id) as part of assistant response after few turns

To Reproduce Steps to reproduce the behavior:

  1. Configure and run sk-csharp-hello-world project with Azure OpenAI gpt-35-turbo model
  2. After Few turns of natural conversation (4 or 5 turns) service Id (or deployment Id) will be displayed e.g. : Assistant > gpt-35-turboThank you! If you have any more questions ...

Expected behavior Should not show service Id (or deployment Id)

Screenshots User > hi Assistant > Hello! How can I assist you today? User > what can you do? Assistant > I can help you with a variety of tasks. Here are some things I can do:

  1. Answer questions: I can provide information on a wide range of topics.
  2. Provide recommendations: If you need suggestions for movies, books, restaurants, or anything else, I can help.
  3. Set reminders: I can help you remember important dates and events.
  4. Perform calculations: If you need help with math problems or conversions, I can assist you.
  5. Language translation: I can translate phrases or sentences between different languages.
  6. Weather information: I can provide current weather conditions and forecasts for any location.
  7. Play games: I can play simple text-based games with you.

Please let me know how I can assist you further! User > nice Assistant > gpt-35-turboThank you! I'm here to help, so if you have any questions or need assistance with anything specific, feel free to ask.

Desktop (please complete the following information):

Additional context Could not test it with other models