MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples issue - Dotnet sample 4 not working

Escoto opened this issue · comments

commented

Hi! I am testing the samples.

I tested all of them (the dotnet version) using AzureOpenAI. They all worked except the 4th. I don't get any Erros, just no answer. This is the generated plan:
{ "state": [ { "Key": "INPUT", "Value": "" } ], "steps": [], "parameters": [ { "Key": "INPUT", "Value": "" } ], "outputs": [], "next_step_index": 0, "name": "", "skill_name": "Microsoft.SemanticKernel.Planning.Plan", "description": "I have $2130.23. How much would I have after it grew by 24% and after I spent $5 on a latte?" }

I tested with different models, and endpoint types but couldn't make it work.

I don't have access to text-davinci-003, I am wondering if I need this specific model?