MicrosoftDocs / semantic-kernel-docs

Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages.
MIT License
173 stars 100 forks source link

Samples issue - Dotnet sample 4 not working #24

Open Escoto opened 1 year ago

Escoto commented 1 year ago

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?