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
181 stars 106 forks source link

Fix broken Configure script documentation #32

Closed pierceboggan closed 1 year ago

pierceboggan commented 1 year ago

Documentation says to pass in -AzureOpenAi or -OpenAi as the API, but now requires -AIService {ServiceName} for PowerShell or --aiservice {ServiceName} for bash.

learn-build-service-prod[bot] commented 1 year ago

Learn Build status updates of commit d356acc:

:white_check_mark: Validation status: passed

File Status Preview URL Details
semantic-kernel/chat-copilot/getting-started.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

matthewbolanos commented 1 year ago

Made some additional updates to the getting started page which should address this.