Skip to content

Using groq as a chat completion service in semantic kernel #9623

Answered by RogerBarret0
giannik asked this question in Q&A
Discussion options

You must be logged in to vote

@giannik Keep in mind that we don't have an official connector for groq, and normally for API's that follows the OpenAI Chat Completion Standard, for simple tasks using the OpenAI connector may work as expected.

Important

Semantic Kernel is very extensible and there's not a definitive answer, you can use below approaches

OpenAI Custom Endpoint

In the first example you don't necessarily need a httphandler, as the OpenAI SDK allows custom endpoints to be passed.

We also have some UnitTest's ensuring this, see:

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giannik
Comment options

Answer selected by RogerBarreto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants