Custom Gateway support #12448
Unanswered
jaskaran1994
asked this question in
Q&A
Replies: 1 comment
-
Hello @jaskaran1994 are you using Python or .NET? The ChatCompletionAgent requires the use of an AI connector (a model client). You can provide a custom client, depending upon which service you need to use. You can also roll your own AI service depending upon which SK language if you need more customized behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My company provides LLM access through a custom Gateway that uses environment variables for model-specific URLs and keys. I want to use this with ChatCompletionAgent and eventually support multi-agent group chats. How do I implement and register a custom ChatCompletionAgent for this setup?
Beta Was this translation helpful? Give feedback.
All reactions