1. semantic-kernel概述
Semantic Kernel 是微软提供的一个工具,旨在帮助开发者快速、轻松地将最新的大型语言模型(LLM)技术集成到应用程序中。这意味着通过使用Semantic Kernel,开发者可以在他们的应用中加入先进的人工智能和自然语言理解能力,从而增强应用的功能性。
链接:microsoft/semantic-kernel: Integrate cutting-edge LLM technology quickly and easily into your apps (github.com)https://github.com/microsoft/semantic-kernel/
2. semantic-kernel 为什么要设置代理
semantic-kernel目前支持用azure-openai和open-ai来访问大语言模型(LLM),但是在国内的网络环境中,无法使用semantic-kernel来访问azure-openai和open-ai。
3.semantic-kernel如何设置代理
目前来说,semantic-kernel设置代理可以通过以下几种方式:
但是无论哪种方式,你都需要一个能够访问open-ai或者azure-open-ai的endpint地址,也成为base_url。默认的open-ai访问的endpoint地址就是:https://