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
172 stars 100 forks source link

Correct Documentation Misdescriptions for Azure and OpenAI Model Usage #99

Open bx-h opened 3 months ago

bx-h commented 3 months ago

Summary

This PR updates the documentation to clearly differentiate between the usage of Chat and Completion models for Azure OpenAI and OpenAI services. It specifies the respective classes to be used with each model type and updates the code sample ranges for improved clarity and accuracy.

Changes

Rationale

This update ensures that users can easily identify which class to use based on their chosen model type, facilitating a smoother integration process and enhancing the utility of the documentation.

Additional Notes

Users are encouraged to refer to the provided link to comprehend the nuances between different model types and their corresponding applications in the OpenAI platform.

Testing

Please review the changes for accuracy and clarity, and provide any feedback or suggestions for improvement.

Snipaste_2024-03-27_20-53-47

learn-build-service-prod[bot] commented 3 months ago

Learn Build status updates of commit 072ca93:

:white_check_mark: Validation status: passed

File Status Preview URL Details
semantic-kernel/agents/kernel/index.md :white_check_mark:Succeeded

For more details, please refer to the build report.

For any questions, please:

bx-h commented 3 months ago

sign-off