Semantic Kernel Intro: 5 - Choose LLM model
HTML-код
- Опубликовано: 27 ноя 2024
- When you interact with a LLM like OpenAI (But also Anthropic and others) you have usually different models you can use. Those models have a difference in Cost and "capabilities" so you should always understand which is the correct model to use for the current situation.
In this example I'll show how easy is in Semantic Kernel to register more than one model and simply select the model you want to use for each distinct call.
As usual the code is here: github.com/alk...